footnotes.php
Table of Contents
- activate_footnotes() : mixed
- The code that runs during plugin activation.
- deactivate_plugin_name() : mixed
- The code that runs during plugin deactivation.
- run_footnotes() : mixed
- Begins execution of the plugin.
Functions
activate_footnotes()
The code that runs during plugin activation.
activate_footnotes() : mixed
This action is documented in includes/class-plugin-name-activator.php
deactivate_plugin_name()
The code that runs during plugin deactivation.
deactivate_plugin_name() : mixed
This action is documented in includes/class-plugin-name-deactivator.php
run_footnotes()
Begins execution of the plugin.
run_footnotes() : mixed
Since everything within the plugin is registered via hooks, then kicking off the plugin from this point in the file does not affect the page life cycle.