Overview
  • Package
  • Class
  • Tree
  • Deprecated
  • Todo
  • Hook Reference
  • Docs Home

Packages

  • Abandoned-Cart-Lite-for-WooCommerce
    • Admin
      • Admin-Action
      • Admin-Notice
      • Component
      • Default-Template
      • List-Class
      • Tracking-Data
      • Welcome-Page
    • Common-Functions
    • Core
    • Cron
    • Encrypt-Decrypt-Data
    • Frontend
      • Capture-Guest-Cart
    • Tracking
    • Uninstaller
  • None

Classes

  • TS_deactivate
  • TS_Faq_Support
  • ts_pro_notices
  • TS_Tracker
  • TS_tracking
  • TS_Welcome
  • TS_Woo_Active
  • Wcal_Personal_Data_Eraser
  • Wcal_Personal_Data_Export

Class TS_Faq_Support

It will add the Faq tab in plugin.

Since: 1.0.0
Located at includes/component/faq_support/ts-faq-support.php

Methods summary

public
# __construct( $ts_plugin_mame = '', $ts_plugin_prefix = '', $ts_plugin_page = '', $ts_plugin_locale = '', $ts_plugin_folder_name = '', $ts_plugin_slug = '', $ts_faq_array = array(), $faq_submenu_slug = '' )

Initialization of hooks where we prepare the functionality to ask use for survey

Initialization of hooks where we prepare the functionality to ask use for survey

public static
# ts_add_meta_footer_text( )
public
# ts_admin_menus( )

Register the Dashboard Page which is later hidden but this pages is used to render the Welcome page.

Register the Dashboard Page which is later hidden but this pages is used to render the Welcome page.

Since

7.7
public
# admin_head( )

Hide Individual Dashboard Pages

Hide Individual Dashboard Pages

Since

7.7
public
# ts_add_submenu( )

Adds a subment to the main menu of the plugin

Adds a subment to the main menu of the plugin

Since

7.7
public
# ts_add_new_settings_tab( )

Add a new tab on the settings page.

Add a new tab on the settings page.

Since

7.7
public
# ts_add_tab_content( )

Add content to the new tab added.

Add content to the new tab added.

Since

7.7
public
# ts_faq_support_page( )

Adds a page to display the FAQ's and support information

Adds a page to display the FAQ's and support information

Since

7.7
public string
# ts_get_plugin_url( )

This function returns the plugin url

This function returns the plugin url

Returns

string

Since

7.7
public string
# ts_get_template_path( )

This function returns the template directory path

This function returns the template directory path

Returns

string

Since

7.7

Properties summary

public static string $minimum_capability

The capability users should have to view the page

The capability users should have to view the page

# 'manage_options'
public static string $plugin_name

Plugin name

Plugin name

# ''
public static string $plugin_prefix

Plugin prefix

Plugin prefix

# ''
public static string $plugin_page

Plugins page path

Plugins page path

# ''
public static string $plugin_locale

Plugins plugin local

Plugins plugin local

# ''
public static string $plugin_folder

Plugin folder name

Plugin folder name

# ''
public static string $plugin_url

Plugin url

Plugin url

# ''
public static string $template_base

Template path

Template path

# ''
public static string $plugin_slug

Slug on Main menu

Slug on Main menu

# ''
public static array $ts_faq

List of all questions and answers.

List of all questions and answers.

# array ()
public static string $ts_faq_submenu_slug

Slug for FAQ submenu

Slug for FAQ submenu

# ''
API documentation generated by ApiGen