diff --git a/docs/classes/Footnotes-Layout-Init.html b/docs/classes/Footnotes-Layout-Init.html index 1c22af9..98f301c 100644 --- a/docs/classes/Footnotes-Layout-Init.html +++ b/docs/classes/Footnotes-Layout-Init.html @@ -376,14 +376,14 @@

Class Constructor. Initializes all WordPress hooks for the Plugin Settings.

public - __construct(mixed $plugin_name) : mixed + __construct(string $plugin_name) : mixed
@@ -391,10 +391,12 @@
$plugin_name - : mixed + : string
- +

The name of the plugin.

+
+
@@ -445,7 +447,7 @@

AJAX call. returns a JSON string containing meta information about a specific WordPress Plugin.

@@ -494,7 +496,7 @@

Registers the settings and initialises the settings page.

@@ -543,7 +545,7 @@

Registers the footnotes submenu page.

@@ -601,7 +603,7 @@

Load the required dependencies for this plugin.

diff --git a/docs/classes/Footnotes-WYSIWYG.html b/docs/classes/Footnotes-WYSIWYG.html index d84e06f..5255645 100644 --- a/docs/classes/Footnotes-WYSIWYG.html +++ b/docs/classes/Footnotes-WYSIWYG.html @@ -328,7 +328,7 @@

AJAX Callback function when the Footnotes Button is clicked. Either in the Plain text or Visual editor.

@@ -378,7 +378,7 @@

Includes the Plugins WYSIWYG editor script.

@@ -416,6 +416,15 @@
+ +
+ todo +
+
+ +

Does this need to be static?

+
+
@@ -439,7 +448,7 @@

Add a new button to the plain text editor.

@@ -488,7 +497,7 @@

Append a new Button to the WYSIWYG editor of Posts and Pages.

@@ -526,6 +535,15 @@
+ +
+ todo +
+
+ +

Does this need to be static?

+
+
diff --git a/docs/reports/markers.html b/docs/reports/markers.html index 937ebb0..657dd18 100644 --- a/docs/reports/markers.html +++ b/docs/reports/markers.html @@ -88,10 +88,37 @@

Markers

-
- No markers have been found in this project. -
+

Table of Contents

+ + + + + +
src/admin/class-footnotes-wysiwyg.php2
+ +

class-footnotes-wysiwyg.php

+ + + + + + + + + + + + + + + + + + + + +
TypeLineDescription
TODO48Does this need to be `static`?
TODO74Does this need to be `static`?