footnotes
Packages
Interfaces, Classes and Traits
- Footnotes_WYSIWYG
- Handles the WSYIWYG-Buttons.
- Footnotes_Config
- Contains all Plugin Constants. Contains no Method or Property.
- Footnotes_Convert
- Converts data types and Footnotes specific values.
- Footnotes_Settings
- Loads the settings values, sets to default values if undefined.
- Footnotes_Template
- Handles each Template file for the Plugin Frontend (e.g. Settings Dashboard, Public pages, ...).
- Footnotes_Parser
- Searches and replaces the footnotes and generates the reference container.
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.