CPDirectoryIntegration
Packages
Table of Contents
- CP_PLGN_DRCTRY_BASE_NAME = \plugin_basename(__FILE__)
- Define the Plugin basename.
- CP_PLGN_DRCTRY_VERSION = '1.4.0'
- Current plugin version.
- cp_plgn_drctry_activate() : mixed
- The code that runs during plugin activation.
- cp_plgn_drctry_deactivate() : mixed
- The code that runs during plugin deactivation.
- cp_plgn_drctry_run() : void
- Begins execution of the plugin.
- cp_plgn_drctry_uninstall() : void
- Perform Uninstall Actions.
Constants
CP_PLGN_DRCTRY_BASE_NAME
Define the Plugin basename.
public
string
CP_PLGN_DRCTRY_BASE_NAME
= \plugin_basename(__FILE__)
Description
The Plugin Basename.
CP_PLGN_DRCTRY_VERSION
Current plugin version.
public
string
CP_PLGN_DRCTRY_VERSION
= '1.4.0'
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 Plugin Version.
Tags
Functions
cp_plgn_drctry_activate()
The code that runs during plugin activation.
cp_plgn_drctry_activate() : mixed
Description
Full security checks are performed inside the Cp_Plgn_Drctry_Activator Class.
Tags
Return
(mixed)cp_plgn_drctry_deactivate()
The code that runs during plugin deactivation.
cp_plgn_drctry_deactivate() : mixed
Description
Full security checks are performed inside the Cp_Plgn_Drctry_Deactivator class.
Tags
Return
(mixed)cp_plgn_drctry_run()
Begins execution of the plugin.
cp_plgn_drctry_run() : void
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.
Tags
Return
(void)cp_plgn_drctry_uninstall()
Perform Uninstall Actions.
cp_plgn_drctry_uninstall() : void
Description
If uninstall not called from WordPress, If no uninstall action, If not this plugin, If no caps, then exit.