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_Welcome

TS_Welcome Class

A general class for About page.

Since: 7.7
Located at includes/component/welcome-page/ts-welcome.php

Methods summary

public
# __construct( $ts_plugin_name = '', $ts_plugin_prefix = '', $ts_plugin_context = '', $ts_plugin_folder_name = '', $ts_plugin_dir_name = '' , $ts_previous_version = '' )

Get things started

Get things started

Since

7.7
public
# ts_get_version( )

This function returns the plugin version number.

This function returns the plugin version number.

Returns


$plugin_version

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
public
# 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
# about_screen( )

Render About Screen

Render About Screen

Since

7.7
public
# get_welcome_header( )

The header section for the welcome screen.

The header section for the welcome screen.

Since

7.7
public
# social_media_elements( )

Social Media Like Buttons

Social Media Like Buttons

Various social media elements to Tyche Softwares

public
# ts_pro_welcome( )

Sends user to the Welcome page on first activation of the plugin as well as each time the plugin is updated is upgraded to a new version

Sends user to the Welcome page on first activation of the plugin as well as each time the plugin is updated is upgraded to a new version

Since

7.7
public
# ts_update_db_check( )

Executed when the plugin is updated using the Automatic Updater.

Executed when the plugin is updated using the Automatic Updater.

Properties summary

public 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

The name of the plugin

The name of the plugin

# ""
public static string $plugin_prefix

Unique prefix of the plugin

Unique prefix of the plugin

# ''
public static Plugin $plugin_context

Context

Context

# ''
public static string $plugin_folder

Folder of the plugin

Folder of the plugin

# ''
public static string $plugin_version

Plugin live version

Plugin live version

# ''
public static string $previous_plugin_version

Plugin previous version

Plugin previous version

# ''
public static string $plugin_url

Plugin Url

Plugin Url

# ''
public static string $template_base

Template base path

Template base path

# ''
public static string $plugin_file_path

Plugin dir name with plugin file name

Plugin dir name with plugin file name

# ''
API documentation generated by ApiGen