From 3e2dd5de3e43542b466812deb800eb7a282d0b7f Mon Sep 17 00:00:00 2001 From: Mark Cheret Date: Sun, 18 Apr 2021 00:53:37 +0200 Subject: [PATCH] Test --- docs/packages/default.html | 125 ++++++++++++++++++++++++++++++++++--- readme.txt | 1 + 2 files changed, 119 insertions(+), 7 deletions(-) diff --git a/docs/packages/default.html b/docs/packages/default.html index 3d3e60c..d4680ea 100644 --- a/docs/packages/default.html +++ b/docs/packages/default.html @@ -73,24 +73,135 @@
-

API Documentation

+

Default

-

- Packages - + + +

+ Interfaces, Classes and Traits +

-
Default
+ +
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

+
+ +
+
+ + +
+ Tags + +
+
+
+ author +
+
+ +

Stefan Herndler

+
+ +
+
+ since +
+
+ 1.5.0 + +
+ +
+
+ + +
+
+
@@ -105,7 +216,7 @@
- + diff --git a/readme.txt b/readme.txt index f8ad2e5..835315a 100644 --- a/readme.txt +++ b/readme.txt @@ -10,6 +10,7 @@ License URI: https://www.gnu.org/licenses/gpl-3.0.html == Description == + **footnotes** aims to be the all-in-one solution for displaying an automatically generated list of references on your Page or Post. The Plugin ships with a set of defaults while also empowering you to control how your footnotes are being displayed. **footnotes** gives you the ability to display well-formatted footnotes on your WordPress Pages and Posts, as well as in post excerpts with fully functional tooltips if enabled.