Documentation

MCI_Footnotes_Hooks

Registers all WordPress Hooks and executes them on demand.

Tags
author

Stefan Herndler

since
1.5.0

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
author

Stefan Herndler

since
1.5.0
Return values
mixed

deactivatePlugin()

Executed when the Plugin gets deactivated.

public static deactivatePlugin() : mixed
Tags
author

Stefan Herndler

since
1.5.0
Return values
mixed

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
author

Stefan Herndler

since
1.5.0
Return values
array<string|int, mixed>

registerHooks()

Registers all WordPress hooks.

public static registerHooks() : mixed
Tags
author

Stefan Herndler

since
1.5.0
Return values
mixed

uninstallPlugin()

Executed when the Plugin gets uninstalled.

public static uninstallPlugin() : mixed
Tags
author

Stefan Herndler

since
1.5.0

Edit: ClearAll didn’t actually work.

since
2.2.0

this function is not called any longer when deleting the plugin

Return values
mixed

Search results