Documentation

footnotes

Namespaces

admin
includes
general

Table of Contents

activate_footnotes()  : void
Handles the activation of the plugin.
deactivate_footnotes()  : void
Handles the deactivation of the plugin.
run_footnotes()  : void
Begins execution of the plugin.

Functions

activate_footnotes()

Handles the activation of the plugin.

activate_footnotes() : void
Tags
since
2.8.0
see
Activator::activate()
Return values
void

run_footnotes()

Begins execution of the plugin.

run_footnotes() : void

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.

Tags
since
2.8.0
Return values
void

Search results