MCI_Footnotes_Hooks
Registers all WordPress Hooks and executes them on demand.
Tags
Table of Contents
- activatePlugin() : mixed
- Executed when the Plugin gets activated.
- deactivatePlugin() : mixed
- Executed when the Plugin gets deactivated.
- PluginLinks() : array<string|int, mixed>
- Add Links to the Plugin in the "installed Plugins" page.
- registerHooks() : mixed
- Registers all WordPress hooks.
- uninstallPlugin() : mixed
- Executed when the Plugin gets uninstalled.
Methods
activatePlugin()
Executed when the Plugin gets activated.
public
static activatePlugin() : mixed
Tags
Return values
mixed —deactivatePlugin()
Executed when the Plugin gets deactivated.
public
static deactivatePlugin() : mixed
Tags
Return values
mixed —PluginLinks()
Add Links to the Plugin in the "installed Plugins" page.
public
static PluginLinks(array<string|int, mixed> $p_arr_Links, string $p_str_PluginFileName) : array<string|int, mixed>
Parameters
- $p_arr_Links : array<string|int, mixed>
-
Current Links.
- $p_str_PluginFileName : string
-
Plugins init file name.
Tags
Return values
array<string|int, mixed> —registerHooks()
Registers all WordPress hooks.
public
static registerHooks() : mixed
Tags
Return values
mixed —uninstallPlugin()
Executed when the Plugin gets uninstalled.
public
static uninstallPlugin() : mixed