activate_footnotes()
The code that runs during plugin activation.
activate_footnotes() : mixed
This action is documented in includes/class-plugin-name-activator.php
The code that runs during plugin activation.
activate_footnotes() : mixed
This action is documented in includes/class-plugin-name-activator.php
The code that runs during plugin deactivation.
deactivate_plugin_name() : mixed
This action is documented in includes/class-plugin-name-deactivator.php
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.