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 @@
The name of the plugin.
+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 @@ + +Does this need to be static
?
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 @@ + +Does this need to be static
?
src/admin/class-footnotes-wysiwyg.php | +2 | +
Type | +Line | +Description | +
---|---|---|
TODO | +48 | +Does this need to be `static`? | +
TODO | +74 | +Does this need to be `static`? | +