Default
Interfaces, Classes and Traits
- MCI_Footnotes_Config
- Contains all Plugin Constants. Contains no Method or Property.
- MCI_Footnotes_Convert
- Converts data types and Footnotes specific values.
- MCI_Footnotes_Layout_Init
- Handles the Settings interface of the Plugin.
- MCI_Footnotes_LayoutEngine
- Layout Engine for the administration dashboard.
- MCI_Footnotes_Layout_Diagnostics
- Displays Diagnostics of the web server, PHP and WordPress.
- MCI_Footnotes_Layout_Settings
- Displays and handles all Settings of the Plugin.
- MCI_Footnotes_Hooks
- Registers all WordPress Hooks and executes them on demand.
- MCI_Footnotes
- Entry point of the Plugin. Loads the Dashboard and executes the Task.
- MCI_Footnotes_Language
- Loads text domain of current or default language for localization.
- MCI_Footnotes_Settings
- Loads the settings values, sets to default values if undefined.
- MCI_Footnotes_Task
- Searches and replaces the footnotes.
- MCI_Footnotes_Template
- Handles each Template file for the Plugin Frontend (e.g. Settings Dashboard, Public pages, ...).
- MCI_Footnotes_WidgetBase
- Base Class for all Plugin Widgets. Registers each Widget to WordPress.
- MCI_Footnotes_Widget_ReferenceContainer
- Registers a Widget to put the Reference Container to the widget area.
- MCI_Footnotes_WYSIWYG
Table of Contents
- MCI_Footnotes_requirePhpFiles() : mixed
- Requires (require_once) all *.php files inside a specific Directory.
Functions
MCI_Footnotes_requirePhpFiles()
Requires (require_once) all *.php files inside a specific Directory.
MCI_Footnotes_requirePhpFiles(string $p_str_Directory) : mixed
Parameters
- $p_str_Directory : string
-
Absolute Directory path to lookup for *.php files