ShortCodes
Packages
Table of Contents
- TKT_SHORTCODES_VERSION = '1.26.2'
- Current plugin version.
- tkt_shortcodes_activate() : mixed
- The code that runs during plugin activation.
- tkt_shortcodes_deactivate() : mixed
- The code that runs during plugin deactivation.
- tkt_shortcodes_run() : mixed
- Begins execution of the plugin.
- plugin_name_uninstall() : mixed
- Perform Uninstall Actions.
Constants
TKT_SHORTCODES_VERSION
Current plugin version.
public
string
TKT_SHORTCODES_VERSION
= '1.26.2'
Description
Start at version 1.0.0 and use SemVer Rename this for your plugin and update it as you release new versions.
Description
The Version of this plugin.
Tags
Functions
tkt_shortcodes_activate()
The code that runs during plugin activation.
tkt_shortcodes_activate() : mixed
Tags
Return
(mixed)tkt_shortcodes_deactivate()
The code that runs during plugin deactivation.
tkt_shortcodes_deactivate() : mixed
Tags
Return
(mixed)tkt_shortcodes_run()
Begins execution of the plugin.
tkt_shortcodes_run() : mixed
Description
Since everything within the plugin is registered via hooks, kicking off the plugin from this point in the file does not affect the page life cycle.
Generally you will want to hook this function, instead of callign it globally. However since the purpose of your plugin is not known until you write it, we include the function globally.
Tags
Return
(mixed)plugin_name_uninstall()
Perform Uninstall Actions.
plugin_name_uninstall() : mixed
Description
If uninstall not called from WordPress, If no uninstall action, If not this plugin, If no caps, then exit.