diff --git a/docs/classes/MCI-Footnotes-Config.html b/docs/classes/Footnotes-Config.html
similarity index 86%
rename from docs/classes/MCI-Footnotes-Config.html
rename to docs/classes/Footnotes-Config.html
index be79e0e..50a827d 100644
--- a/docs/classes/MCI-Footnotes-Config.html
+++ b/docs/classes/Footnotes-Config.html
@@ -75,7 +75,7 @@
- MCI_Footnotes_Config
+ Footnotes_Config
@@ -83,7 +83,7 @@
@@ -121,42 +121,42 @@
- C_STR_LOVE_SYMBOL
+ C_STR_LOVE_SYMBOL
= '<span style="color:#ff6d3b; font-weight:bold;">♥</span>'
Html tag for the LOVE symbol.
- C_STR_LOVE_SYMBOL_HEADING
+ C_STR_LOVE_SYMBOL_HEADING
= '<span class="footnotes_heart_heading">♥</span>'
HTML code for the 'love' symbol used in dashboard heading
- C_STR_NO_LOVE_SLUG
+ C_STR_NO_LOVE_SLUG
= '[[no footnotes: love]]'
Short code to DON'T display the 'LOVE ME' slug on certain pages.
- C_STR_PLUGIN_HEADING_NAME
+ C_STR_PLUGIN_HEADING_NAME
= '<span class="footnotes_logo_heading footnotes_logo_part1_heading">foot</span><span class="footnotes_logo_heading footnotes_logo_part2_heading">notes</span>'
Public Plugin name for dashboard heading
- C_STR_PLUGIN_NAME
+ C_STR_PLUGIN_NAME
= 'footnotes'
Internal Plugin name.
- C_STR_PLUGIN_PUBLIC_NAME
+ C_STR_PLUGIN_PUBLIC_NAME
= '<span class="footnotes_logo footnotes_logo_part1">foot</span><span class="footnotes_logo footnotes_logo_part2">notes</span>'
@@ -170,16 +170,16 @@
C_STR_LOVE_SYMBOL
-
+
@@ -217,11 +217,11 @@
C_STR_LOVE_SYMBOL_HEADING
-
+
@@ -259,11 +259,11 @@
C_STR_NO_LOVE_SLUG
-
+
@@ -301,11 +301,11 @@
C_STR_PLUGIN_HEADING_NAME
-
+
@@ -348,11 +348,11 @@ that isn’t translated, and dropping the logo in another, translatable heading.
C_STR_PLUGIN_NAME
-
+
@@ -390,11 +390,11 @@ that isn’t translated, and dropping the logo in another, translatable heading.
C_STR_PLUGIN_PUBLIC_NAME
-
+
@@ -448,7 +448,7 @@ that isn’t translated, and dropping the logo in another, translatable heading.
-
+
diff --git a/docs/classes/MCI-Footnotes-Convert.html b/docs/classes/Footnotes-Convert.html
similarity index 91%
rename from docs/classes/MCI-Footnotes-Convert.html
rename to docs/classes/Footnotes-Convert.html
index 1c4f91a..7cfd36b 100644
--- a/docs/classes/MCI-Footnotes-Convert.html
+++ b/docs/classes/Footnotes-Convert.html
@@ -75,7 +75,7 @@
- MCI_Footnotes_Convert
+ Footnotes_Convert
@@ -83,7 +83,7 @@
@@ -121,49 +121,49 @@
- debug()
+ debug()
: void
Displays a Variable.
- get_arrow()
+ get_arrow()
: array<string|int, mixed>|string
Get a html Array short code depending on Arrow-Array key index.
- index()
+ index()
: string
Converts a integer into the user-defined counter style for the footnotes.
- to_bool()
+ to_bool()
: bool
Converts a string depending on its value to a boolean.
- to_arabic_leading()
+ to_arabic_leading()
: string
Converts an integer to a leading-0 integer.
- to_latin()
+ to_latin()
: string
Converts an integer into latin ascii characters, either lower or upper-case.
- to_romanic()
+ to_romanic()
: string
@@ -180,7 +180,7 @@
debug()
-
+
@@ -251,10 +251,10 @@
>
get_arrow()
-
+
@@ -313,10 +313,10 @@
>
index()
-
+
@@ -395,10 +395,10 @@
>
to_bool()
-
+
@@ -457,10 +457,10 @@
>
to_arabic_leading()
-
+
@@ -519,10 +519,10 @@
>
to_latin()
-
+
@@ -590,10 +590,10 @@
>
to_romanic()
-
+
@@ -679,7 +679,7 @@
-
+
diff --git a/docs/classes/MCI-Footnotes-Hooks.html b/docs/classes/Footnotes-Hooks.html
similarity index 64%
rename from docs/classes/MCI-Footnotes-Hooks.html
rename to docs/classes/Footnotes-Hooks.html
index d0c5978..1b86526 100644
--- a/docs/classes/MCI-Footnotes-Hooks.html
+++ b/docs/classes/Footnotes-Hooks.html
@@ -75,7 +75,7 @@
- MCI_Footnotes_Hooks
+ Footnotes_Hooks
@@ -83,12 +83,12 @@
- Registers all WordPress Hooks and executes them on demand.
+ Registers all WordPress hooks and executes them on demand.
@@ -121,40 +121,33 @@
- activate_plugin()
+ activate_plugin()
: mixed
-Executed when the Plugin gets activated.
+Executes when the Plugin is activated.
- deactivate_plugin()
+ deactivate_plugin()
: mixed
-Executed when the Plugin gets deactivated.
+Executes when the Plugin is deactivated.
- plugin_links()
+ get_plugin_links()
- : array<string|int, mixed>
+ : array<string|int, string>
-Add Links to the Plugin in the "installed Plugins" page.
+Appends the Plugin links for display in the dashboard “Plugins” page.
- register_hooks()
+ register_hooks()
: mixed
Registers all WordPress hooks.
-
- uninstall_plugin()
-
- : mixed
-
-Executed when the Plugin gets uninstalled.
-
@@ -166,7 +159,7 @@
activate_plugin()
-
+
- Executed when the Plugin gets activated.
+ Executes when the Plugin is activated.
public
static activate_plugin ( ) : mixed
-
+ Currently a no-op placeholder.
+
@@ -225,21 +219,22 @@
>
deactivate_plugin()
-
+
- Executed when the Plugin gets deactivated.
+ Executes when the Plugin is deactivated.
public
static deactivate_plugin ( ) : mixed
-
+ Currently a no-op placeholder.
+
@@ -272,41 +267,32 @@
-public
-static "
>
-
- plugin_links()
-
+
+ get_plugin_links()
+
- Add Links to the Plugin in the "installed Plugins" page.
+ Appends the Plugin links for display in the dashboard “Plugins” page.
public
- static plugin_links ( array<string|int, mixed> $p_arr_links , string $p_str_plugin_file_name ) : array<string|int, mixed>
+ static get_plugin_links ( array<string|int, mixed> $plugin_links ) : array<string|int, string>
Parameters
- $p_arr_links
+ $plugin_links
: array<string|int, mixed>
-
-
-
-
- $p_str_plugin_file_name
- : string
-
-
- Plugins init file name.
+ The WP-default set of links to display.
@@ -330,9 +316,10 @@
Return values
- array<string|int, mixed>
+ array<string|int, string>
—
-
+ The full set of links to display.
+
@@ -344,10 +331,10 @@
>
register_hooks()
-
+
@@ -384,75 +371,6 @@
-
-
-
- uninstall_plugin()
-
-
-
-
- Executed when the Plugin gets uninstalled.
-
-
- public
- static uninstall_plugin ( ) : mixed
-
-
-
-
-
-
-
-
- since
-
-
- 1.5.0
-
-
-
-
-
- since
-
-
- 2.2.0
-
- this function is not called any longer when deleting the plugin.
-Note: clear_all() didn't actually work.
-
-
-
-
- see
-
-
-
-
-
-
-
-
- Return values
- mixed
- —
-
-
-
@@ -470,7 +388,7 @@ Note: clear_all() didn't actually work.
-
+
diff --git a/docs/classes/MCI-Footnotes-Language.html b/docs/classes/Footnotes-Language.html
similarity index 92%
rename from docs/classes/MCI-Footnotes-Language.html
rename to docs/classes/Footnotes-Language.html
index 430c205..670afd6 100644
--- a/docs/classes/MCI-Footnotes-Language.html
+++ b/docs/classes/Footnotes-Language.html
@@ -75,7 +75,7 @@
- MCI_Footnotes_Language
+ Footnotes_Language
@@ -83,7 +83,7 @@
@@ -121,21 +121,21 @@
- load_text_domain()
+ load_text_domain()
: mixed
Loads the text domain for current WordPress language if exists.
- register_hooks()
+ register_hooks()
: mixed
Register WordPress Hook.
- load()
+ load()
: bool
@@ -152,7 +152,7 @@
load_text_domain()
-
+
@@ -271,10 +271,10 @@ In the case of get_locale(), $args is empty.
>
register_hooks()
-
+
@@ -320,10 +320,10 @@ In the case of get_locale(), $args is empty.
>
load()
-
+
@@ -428,7 +428,7 @@ In the case of get_locale(), $args is empty.
-
+
diff --git a/docs/classes/MCI-Footnotes-Layout-Engine.html b/docs/classes/Footnotes-Layout-Engine.html
similarity index 88%
rename from docs/classes/MCI-Footnotes-Layout-Engine.html
rename to docs/classes/Footnotes-Layout-Engine.html
index 2b36d2f..e632707 100644
--- a/docs/classes/MCI-Footnotes-Layout-Engine.html
+++ b/docs/classes/Footnotes-Layout-Engine.html
@@ -75,7 +75,7 @@
- MCI_Footnotes_Layout_Engine
+ Footnotes_Layout_Engine
@@ -83,7 +83,7 @@
@@ -121,189 +121,189 @@
- $a_arr_sections
+ $a_arr_sections
: array<string|int, mixed>
Stores all Sections for the child sub page.
- $a_str_sub_page_hook
+ $a_str_sub_page_hook
: null|string
Stores the Hook connection string for the child sub page.
- description()
+ description()
: mixed
Output the Description of a section. May be overwritten in any section.
- display_content()
+ display_content()
: mixed
Displays the content of specific sub page.
- get_priority()
+ get_priority()
: int
Returns a Priority index. Lower numbers have a higher Priority.
- register_sections()
+ register_sections()
: mixed
Registers all sections for a sub page.
- register_sub_page()
+ register_sub_page()
: mixed
Registers a sub page.
- add_checkbox()
+ add_checkbox()
: string
Returns the html tag for an input [type = checkbox].
- add_color_selection()
+ add_color_selection()
: string
Returns the html tag for an input [type = text] with color selection class.
- add_label()
+ add_label()
: string
Returns the html tag for an input/select label.
- add_line_space()
+ add_line_space()
: string
Returns a line break to have a space between two lines.
- add_meta_box()
+ add_meta_box()
: array<string|int, mixed>
Returns an array describing a meta box.
- add_newline()
+ add_newline()
: string
Returns a line break to start a new line.
- add_num_box()
+ add_num_box()
: string
Returns the html tag for an input [type = num].
- add_section()
+ add_section()
: array<string|int, mixed>
Returns an array describing a sub page section.
- add_select_box()
+ add_select_box()
: string
Returns the html tag for a select box.
- add_text()
+ add_text()
: string
Returns a simple text inside html <span> text.
- add_text_box()
+ add_text_box()
: string
Returns the html tag for an input [type = text].
- add_textarea()
+ add_textarea()
: string
Returns the html tag for a text area.
- get_meta_boxes()
+ get_meta_boxes()
: array<string|int, mixed>
Returns an array of all registered meta boxes.
- get_sections()
+ get_sections()
: array<string|int, mixed>
Returns an array of all registered sections for a sub page.
- get_sub_page_slug()
+ get_sub_page_slug()
: string
Returns the unique slug of the child sub page.
- get_sub_page_title()
+ get_sub_page_title()
: string
Returns the title of the child sub page.
- load_setting()
+ load_setting()
: array<string|int, mixed>
Loads specific setting and returns an array with the keys [id, name, value].
- append_scripts()
+ append_scripts()
: mixed
Append javascript and css files for specific sub page.
- register_meta_boxes()
+ register_meta_boxes()
: mixed
Registers all Meta boxes for a sub page.
- save_settings()
+ save_settings()
: bool
@@ -319,7 +319,7 @@
$a_arr_sections
-
+
@@ -377,12 +377,12 @@
>
$a_str_sub_page_hook
-
+
@@ -421,7 +421,7 @@ ull
description()
-
+
@@ -480,10 +480,10 @@ ull
>
display_content()
-
+
@@ -529,10 +529,10 @@ ull
>
get_priority()
-
+
@@ -578,10 +578,10 @@ ull
>
register_sections()
-
+
@@ -627,10 +627,10 @@ ull
>
register_sub_page()
-
+
@@ -676,10 +676,10 @@ ull
>
add_checkbox()
-
+
@@ -737,10 +737,10 @@ ull
>
add_color_selection()
-
+
@@ -798,10 +798,10 @@ ull
>
add_label()
-
+
@@ -868,10 +868,10 @@ ull
>
add_line_space()
-
+
@@ -917,10 +917,10 @@ ull
>
@@ -1006,10 +1006,10 @@ ull
>
add_newline()
-
+
@@ -1055,10 +1055,10 @@ ull
>
add_num_box()
-
+
@@ -1154,10 +1154,10 @@ ull
>
add_section()
-
+
@@ -1243,10 +1243,10 @@ ull
>
add_select_box()
-
+
@@ -1354,10 +1354,10 @@ ull
>
add_text()
-
+
@@ -1415,10 +1415,10 @@ ull
>
add_text_box()
-
+
@@ -1503,10 +1503,10 @@ ull
>
add_textarea()
-
+
@@ -1564,10 +1564,10 @@ ull
>
@@ -1613,10 +1613,10 @@ ull
>
get_sections()
-
+
@@ -1662,10 +1662,10 @@ ull
>
get_sub_page_slug()
-
+
@@ -1711,10 +1711,10 @@ ull
>
get_sub_page_title()
-
+
@@ -1760,10 +1760,10 @@ ull
>
load_setting()
-
+
@@ -1888,10 +1888,10 @@ Removing this did not fix the quotation mark backslash escapement bug.
>
append_scripts()
-
+
@@ -1937,10 +1937,10 @@ Removing this did not fix the quotation mark backslash escapement bug.
>
@@ -1998,10 +1998,10 @@ Removing this did not fix the quotation mark backslash escapement bug.
>
save_settings()
-
+
@@ -2055,7 +2055,7 @@ Removing this did not fix the quotation mark backslash escapement bug.
-
+
diff --git a/docs/classes/MCI-Footnotes-Layout-Init.html b/docs/classes/Footnotes-Layout-Init.html
similarity index 85%
rename from docs/classes/MCI-Footnotes-Layout-Init.html
rename to docs/classes/Footnotes-Layout-Init.html
index 2d791b4..ec5f7e4 100644
--- a/docs/classes/MCI-Footnotes-Layout-Init.html
+++ b/docs/classes/Footnotes-Layout-Init.html
@@ -75,7 +75,7 @@
- MCI_Footnotes_Layout_Init
+ Footnotes_Layout_Init
@@ -83,7 +83,7 @@
@@ -121,49 +121,49 @@
- C_STR_MAIN_MENU_SLUG
+ C_STR_MAIN_MENU_SLUG
= 'footnotes'
Slug for the Plugin main menu.
- C_STR_MAIN_MENU_TITLE
+ C_STR_MAIN_MENU_TITLE
= 'ManFisher'
Plugin main menu name.
- $settings_page
+ $settings_page
: array<string|int, mixed>
Contains the settings layoutEngine
- __construct()
+ __construct()
: mixed
Class Constructor. Initializes all WordPress hooks for the Plugin Settings.
- get_plugin_meta_information()
+ get_plugin_meta_information()
: mixed
AJAX call. returns a JSON string containing meta information about a specific WordPress Plugin.
- initialize_settings()
+ initialize_settings()
: mixed
Registers the settings and initialises the settings page.
- register_options_submenu()
+ register_options_submenu()
: mixed
@@ -177,16 +177,16 @@
C_STR_MAIN_MENU_SLUG
-
+
@@ -224,11 +224,11 @@
C_STR_MAIN_MENU_TITLE
-
+
@@ -269,7 +269,7 @@
$settings_page
-
+
@@ -323,7 +323,7 @@
__construct()
-
+
@@ -382,10 +382,10 @@
>
@@ -431,10 +431,10 @@
>
initialize_settings()
-
+
@@ -480,10 +480,10 @@
>
@@ -546,7 +546,7 @@
-
+
diff --git a/docs/classes/MCI-Footnotes-Layout-Settings.html b/docs/classes/Footnotes-Layout-Settings.html
similarity index 88%
rename from docs/classes/MCI-Footnotes-Layout-Settings.html
rename to docs/classes/Footnotes-Layout-Settings.html
index eebfb57..ff4d841 100644
--- a/docs/classes/MCI-Footnotes-Layout-Settings.html
+++ b/docs/classes/Footnotes-Layout-Settings.html
@@ -75,10 +75,10 @@
@@ -124,357 +124,357 @@
- $a_arr_sections
+ $a_arr_sections
: array<string|int, mixed>
Stores all Sections for the child sub page.
- $a_str_sub_page_hook
+ $a_str_sub_page_hook
: null|string
Stores the Hook connection string for the child sub page.
- amp_compat()
+ amp_compat()
: mixed
Displays the AMP compatibility mode option.
- custom_css()
+ custom_css()
: mixed
Displays the Custom CSS box.
- custom_css_migration()
+ custom_css_migration()
: mixed
Displays transitional legacy Custom CSS box.
- custom_css_new()
+ custom_css_new()
: mixed
Displays the new Custom CSS box.
- description()
+ description()
: mixed
Output the Description of a section. May be overwritten in any section.
- display_content()
+ display_content()
: mixed
Displays the content of specific sub page.
- donate()
+ donate()
: mixed
Displays all Donate button to support the developers.
- excerpts()
+ excerpts()
: mixed
Displays the footnotes in excerpt setting.
- get_priority()
+ get_priority()
: int
Returns a Priority index. Lower numbers have a higher Priority.
- hard_links()
+ hard_links()
: mixed
Displays all options for the fragment identifier configuration.
- Help()
+ Help()
: mixed
Displays a short introduction to the Plugin.
- hyperlink_arrow()
+ hyperlink_arrow()
: mixed
Displays all settings for the backlink symbol.
- label_solution()
+ label_solution()
: mixed
Displays the setting for the input label issue solution.
- lookup_hooks()
+ lookup_hooks()
: mixed
Displays available Hooks to look for Footnote short codes.
- love()
+ love()
: mixed
Displays all settings for 'I love Footnotes'.
- mouseover_box()
+ mouseover_box()
: mixed
Displays enabled status for the footnotes mouse-over box.
- mouseover_box_appearance()
+ mouseover_box_appearance()
: mixed
Displays style settings for the footnotes mouse-over box.
- mouseover_box_dimensions()
+ mouseover_box_dimensions()
: mixed
Displays dimensions setting for the footnotes mouse-over box.
- mouseover_box_position()
+ mouseover_box_position()
: mixed
Displays position settings for the footnotes mouse-over box.
- mouseover_box_text()
+ mouseover_box_text()
: mixed
Displays dedicated tooltip text settings for the footnotes mouse-over box.
- mouseover_box_timing()
+ mouseover_box_timing()
: mixed
Displays timing settings for the footnotes mouse-over box.
- mouseover_box_truncation()
+ mouseover_box_truncation()
: mixed
Displays truncation settings for the footnotes mouse-over box.
- numbering()
+ numbering()
: mixed
Displays all options for the footnotes numbering.
- reference_container()
+ reference_container()
: mixed
Displays all settings for the reference container.
- register_sections()
+ register_sections()
: mixed
Registers all sections for a sub page.
- register_sub_page()
+ register_sub_page()
: mixed
Registers a sub page.
- scrolling()
+ scrolling()
: mixed
Displays all options for the scrolling behavior.
- start_end()
+ start_end()
: mixed
Displays all options for the footnotes start and end tag short codes.
- superscript()
+ superscript()
: mixed
Displays all settings for the footnote referrers.
- add_checkbox()
+ add_checkbox()
: string
Returns the html tag for an input [type = checkbox].
- add_color_selection()
+ add_color_selection()
: string
Returns the html tag for an input [type = text] with color selection class.
- add_label()
+ add_label()
: string
Returns the html tag for an input/select label.
- add_line_space()
+ add_line_space()
: string
Returns a line break to have a space between two lines.
- add_meta_box()
+ add_meta_box()
: array<string|int, mixed>
Returns an array describing a meta box.
- add_newline()
+ add_newline()
: string
Returns a line break to start a new line.
- add_num_box()
+ add_num_box()
: string
Returns the html tag for an input [type = num].
- add_section()
+ add_section()
: array<string|int, mixed>
Returns an array describing a sub page section.
- add_select_box()
+ add_select_box()
: string
Returns the html tag for a select box.
- add_text()
+ add_text()
: string
Returns a simple text inside html <span> text.
- add_text_box()
+ add_text_box()
: string
Returns the html tag for an input [type = text].
- add_textarea()
+ add_textarea()
: string
Returns the html tag for a text area.
- get_meta_boxes()
+ get_meta_boxes()
: array<string|int, mixed>
Returns an array of all registered meta boxes for each section of the sub page.
- get_sections()
+ get_sections()
: array<string|int, mixed>
Returns an array of all registered sections for the sub page.
- get_sub_page_slug()
+ get_sub_page_slug()
: string
Returns the unique slug of the sub page.
- get_sub_page_title()
+ get_sub_page_title()
: string
Returns the title of the sub page.
- load_setting()
+ load_setting()
: array<string|int, mixed>
Loads specific setting and returns an array with the keys [id, name, value].
- append_scripts()
+ append_scripts()
: mixed
Append javascript and css files for specific sub page.
- register_meta_boxes()
+ register_meta_boxes()
: mixed
Registers all Meta boxes for a sub page.
- save_settings()
+ save_settings()
: bool
@@ -490,7 +490,7 @@
$a_arr_sections
-
+
@@ -548,12 +548,12 @@
>
$a_str_sub_page_hook
-
+
@@ -592,7 +592,7 @@ ull
amp_compat()
-
+
@@ -662,10 +662,10 @@ ull
>
custom_css()
-
+
@@ -762,10 +762,10 @@ list directly in the template, as CSS is in English anyway
>
custom_css_migration()
-
+
@@ -811,10 +811,10 @@ list directly in the template, as CSS is in English anyway
>
custom_css_new()
-
+
@@ -860,10 +860,10 @@ list directly in the template, as CSS is in English anyway
>
description()
-
+
@@ -909,10 +909,10 @@ list directly in the template, as CSS is in English anyway
>
display_content()
-
+
@@ -958,10 +958,10 @@ list directly in the template, as CSS is in English anyway
>
donate()
-
+
@@ -1007,10 +1007,10 @@ list directly in the template, as CSS is in English anyway
>
excerpts()
-
+
@@ -1091,10 +1091,10 @@ list directly in the template, as CSS is in English anyway
>
get_priority()
-
+
@@ -1140,10 +1140,10 @@ list directly in the template, as CSS is in English anyway
>
hard_links()
-
+
@@ -1200,10 +1200,10 @@ list directly in the template, as CSS is in English anyway
>
Help()
-
+
@@ -1266,10 +1266,10 @@ list directly in the template, as CSS is in English anyway
>
hyperlink_arrow()
-
+
@@ -1388,10 +1388,10 @@ list directly in the template, as CSS is in English anyway
>
label_solution()
-
+
@@ -1437,10 +1437,10 @@ list directly in the template, as CSS is in English anyway
>
lookup_hooks()
-
+
@@ -1532,10 +1532,10 @@ define -1 as PHP_INT_MAX instead
>
love()
-
+
@@ -1602,10 +1602,10 @@ define -1 as PHP_INT_MAX instead
>
mouseover_box()
-
+
@@ -1672,10 +1672,10 @@ define -1 as PHP_INT_MAX instead
>
mouseover_box_appearance()
-
+
@@ -1721,10 +1721,10 @@ define -1 as PHP_INT_MAX instead
>
mouseover_box_dimensions()
-
+
@@ -1770,10 +1770,10 @@ define -1 as PHP_INT_MAX instead
>
mouseover_box_position()
-
+
@@ -1819,10 +1819,10 @@ define -1 as PHP_INT_MAX instead
>
mouseover_box_text()
-
+
@@ -1868,10 +1868,10 @@ define -1 as PHP_INT_MAX instead
>
mouseover_box_timing()
-
+
@@ -1917,10 +1917,10 @@ define -1 as PHP_INT_MAX instead
>
mouseover_box_truncation()
-
+
@@ -1966,10 +1966,10 @@ define -1 as PHP_INT_MAX instead
>
numbering()
-
+
@@ -2015,10 +2015,10 @@ define -1 as PHP_INT_MAX instead
>
reference_container()
-
+
@@ -2092,10 +2092,10 @@ define -1 as PHP_INT_MAX instead
>
register_sections()
-
+
@@ -2141,10 +2141,10 @@ define -1 as PHP_INT_MAX instead
>
register_sub_page()
-
+
@@ -2190,10 +2190,10 @@ define -1 as PHP_INT_MAX instead
>
@@ -2239,10 +2239,10 @@ define -1 as PHP_INT_MAX instead
>
start_end()
-
+
@@ -2370,10 +2370,10 @@ define -1 as PHP_INT_MAX instead
>
superscript()
-
+
@@ -2440,10 +2440,10 @@ define -1 as PHP_INT_MAX instead
>
add_checkbox()
-
+
@@ -2501,10 +2501,10 @@ define -1 as PHP_INT_MAX instead
>
add_color_selection()
-
+
@@ -2562,10 +2562,10 @@ define -1 as PHP_INT_MAX instead
>
add_label()
-
+
@@ -2632,10 +2632,10 @@ define -1 as PHP_INT_MAX instead
>
add_line_space()
-
+
@@ -2681,10 +2681,10 @@ define -1 as PHP_INT_MAX instead
>
@@ -2770,10 +2770,10 @@ define -1 as PHP_INT_MAX instead
>
add_newline()
-
+
@@ -2819,10 +2819,10 @@ define -1 as PHP_INT_MAX instead
>
add_num_box()
-
+
@@ -2918,10 +2918,10 @@ define -1 as PHP_INT_MAX instead
>
add_section()
-
+
@@ -3007,10 +3007,10 @@ define -1 as PHP_INT_MAX instead
>
add_select_box()
-
+
@@ -3118,10 +3118,10 @@ define -1 as PHP_INT_MAX instead
>
add_text()
-
+
@@ -3179,10 +3179,10 @@ define -1 as PHP_INT_MAX instead
>
add_text_box()
-
+
@@ -3267,10 +3267,10 @@ define -1 as PHP_INT_MAX instead
>
add_textarea()
-
+
@@ -3328,10 +3328,10 @@ define -1 as PHP_INT_MAX instead
>
@@ -3442,10 +3442,10 @@ Change string "%s styling" to "Footnotes styling" to fix lay
>
get_sections()
-
+
@@ -3519,10 +3519,10 @@ Change string "%s styling" to "Footnotes styling" to fix lay
>
get_sub_page_slug()
-
+
@@ -3568,10 +3568,10 @@ Change string "%s styling" to "Footnotes styling" to fix lay
>
get_sub_page_title()
-
+
@@ -3617,10 +3617,10 @@ Change string "%s styling" to "Footnotes styling" to fix lay
>
load_setting()
-
+
@@ -3745,10 +3745,10 @@ Removing this did not fix the quotation mark backslash escapement bug.
>
append_scripts()
-
+
@@ -3794,10 +3794,10 @@ Removing this did not fix the quotation mark backslash escapement bug.
>
@@ -3855,10 +3855,10 @@ Removing this did not fix the quotation mark backslash escapement bug.
>
save_settings()
-
+
@@ -3912,7 +3912,7 @@ Removing this did not fix the quotation mark backslash escapement bug.
-
+
diff --git a/docs/classes/MCI-Footnotes-Settings.html b/docs/classes/Footnotes-Settings.html
similarity index 86%
rename from docs/classes/MCI-Footnotes-Settings.html
rename to docs/classes/Footnotes-Settings.html
index f07d3c2..21d0a2f 100644
--- a/docs/classes/MCI-Footnotes-Settings.html
+++ b/docs/classes/Footnotes-Settings.html
@@ -75,7 +75,7 @@
- MCI_Footnotes_Settings
+ Footnotes_Settings
@@ -83,7 +83,7 @@
@@ -121,826 +121,826 @@
- C_FLO_MOUSE_OVER_BOX_FONT_SIZE_SCALAR
+ C_FLO_MOUSE_OVER_BOX_FONT_SIZE_SCALAR
= 'footnotes_inputfield_mouse_over_box_font_size_scalar'
Settings container key for the scalar value of the tooltip font size.
- C_INT_BACKLINKS_COLUMN_MAX_WIDTH_SCALAR
+ C_INT_BACKLINKS_COLUMN_MAX_WIDTH_SCALAR
= 'footnotes_inputfield_backlinks_column_max_width_scalar'
Settings container key for the backlinks column max width scalar.
- C_INT_BACKLINKS_COLUMN_WIDTH_SCALAR
+ C_INT_BACKLINKS_COLUMN_WIDTH_SCALAR
= 'footnotes_inputfield_backlinks_column_width_scalar'
Settings container key for the backlinks column width scalar.
- C_INT_EXPERT_LOOKUP_THE_CONTENT_PRIORITY_LEVEL
+ C_INT_EXPERT_LOOKUP_THE_CONTENT_PRIORITY_LEVEL
= 'footnote_inputfield_expert_lookup_the_content_priority_level'
Settings container key for 'the_content' hook priority level.
- C_INT_EXPERT_LOOKUP_THE_EXCERPT_PRIORITY_LEVEL
+ C_INT_EXPERT_LOOKUP_THE_EXCERPT_PRIORITY_LEVEL
= 'footnote_inputfield_expert_lookup_the_excerpt_priority_level'
Settings container key for 'the_excerpt' hook priority level.
- C_INT_EXPERT_LOOKUP_THE_TITLE_PRIORITY_LEVEL
+ C_INT_EXPERT_LOOKUP_THE_TITLE_PRIORITY_LEVEL
= 'footnote_inputfield_expert_lookup_the_title_priority_level'
Settings container key for 'the_title' hook priority level.
- C_INT_EXPERT_LOOKUP_WIDGET_TEXT_PRIORITY_LEVEL
+ C_INT_EXPERT_LOOKUP_WIDGET_TEXT_PRIORITY_LEVEL
= 'footnote_inputfield_expert_lookup_widget_text_priority_level'
Settings container key for 'widget_text' hook priority level.
- C_INT_EXPERT_LOOKUP_WIDGET_TITLE_PRIORITY_LEVEL
+ C_INT_EXPERT_LOOKUP_WIDGET_TITLE_PRIORITY_LEVEL
= 'footnote_inputfield_expert_lookup_widget_title_priority_level'
Settings container key for 'widget_title' hook priority level.
- C_INT_FOOTNOTES_ALTERNATIVE_MOUSE_OVER_BOX_OFFSET_X
+ C_INT_FOOTNOTES_ALTERNATIVE_MOUSE_OVER_BOX_OFFSET_X
= 'footnotes_inputfield_alternative_mouse_over_box_offset_x'
Settings container key for alternative tooltip x offset.
- C_INT_FOOTNOTES_ALTERNATIVE_MOUSE_OVER_BOX_OFFSET_Y
+ C_INT_FOOTNOTES_ALTERNATIVE_MOUSE_OVER_BOX_OFFSET_Y
= 'footnotes_inputfield_alternative_mouse_over_box_offset_y'
Settings container key for alternative tooltip y offset.
- C_INT_FOOTNOTES_ALTERNATIVE_MOUSE_OVER_BOX_WIDTH
+ C_INT_FOOTNOTES_ALTERNATIVE_MOUSE_OVER_BOX_WIDTH
= 'footnotes_inputfield_alternative_mouse_over_box_width'
Settings container key for alternative tooltip width.
- C_INT_FOOTNOTES_MOUSE_OVER_BOX_BORDER_RADIUS
+ C_INT_FOOTNOTES_MOUSE_OVER_BOX_BORDER_RADIUS
= 'footnote_inputfield_custom_mouse_over_box_border_radius'
Settings container key for the mouse-over box to define the border radius.
- C_INT_FOOTNOTES_MOUSE_OVER_BOX_BORDER_WIDTH
+ C_INT_FOOTNOTES_MOUSE_OVER_BOX_BORDER_WIDTH
= 'footnote_inputfield_custom_mouse_over_box_border_width'
Settings container key for the mouse-over box to define the border width.
- C_INT_FOOTNOTES_MOUSE_OVER_BOX_EXCERPT_LENGTH
+ C_INT_FOOTNOTES_MOUSE_OVER_BOX_EXCERPT_LENGTH
= 'footnote_inputfield_custom_mouse_over_box_excerpt_length'
Settings container key for the mouse-over box to define the max. length of the enabled excerpt.
- C_INT_FOOTNOTES_MOUSE_OVER_BOX_MAX_WIDTH
+ C_INT_FOOTNOTES_MOUSE_OVER_BOX_MAX_WIDTH
= 'footnote_inputfield_custom_mouse_over_box_max_width'
Settings container key for the mouse-over box to define the max. width.
- C_INT_FOOTNOTES_MOUSE_OVER_BOX_OFFSET_X
+ C_INT_FOOTNOTES_MOUSE_OVER_BOX_OFFSET_X
= 'footnote_inputfield_custom_mouse_over_box_offset_x'
Settings container key for the mouse-over box to define the offset (x).
- C_INT_FOOTNOTES_MOUSE_OVER_BOX_OFFSET_Y
+ C_INT_FOOTNOTES_MOUSE_OVER_BOX_OFFSET_Y
= 'footnote_inputfield_custom_mouse_over_box_offset_y'
Settings container key for the mouse-over box to define the offset (y).
- C_INT_FOOTNOTES_SCROLL_DOWN_DELAY
+ C_INT_FOOTNOTES_SCROLL_DOWN_DELAY
= 'footnotes_inputfield_scroll_down_delay'
Settings container key for scroll down delay.
- C_INT_FOOTNOTES_SCROLL_DOWN_DURATION
+ C_INT_FOOTNOTES_SCROLL_DOWN_DURATION
= 'footnotes_inputfield_scroll_down_duration'
Settings container key for scroll down duration.
- C_INT_FOOTNOTES_SCROLL_DURATION
+ C_INT_FOOTNOTES_SCROLL_DURATION
= 'footnotes_inputfield_scroll_duration'
Settings container key for scroll duration.
- C_INT_FOOTNOTES_SCROLL_OFFSET
+ C_INT_FOOTNOTES_SCROLL_OFFSET
= 'footnotes_inputfield_scroll_offset'
Settings container key for scroll offset.
- C_INT_FOOTNOTES_SCROLL_UP_DELAY
+ C_INT_FOOTNOTES_SCROLL_UP_DELAY
= 'footnotes_inputfield_scroll_up_delay'
Settings container key for scroll up delay.
- C_INT_MOUSE_OVER_BOX_FADE_IN_DELAY
+ C_INT_MOUSE_OVER_BOX_FADE_IN_DELAY
= 'footnotes_inputfield_mouse_over_box_fade_in_delay'
Settings container key for tooltip display fade-in delay.
- C_INT_MOUSE_OVER_BOX_FADE_IN_DURATION
+ C_INT_MOUSE_OVER_BOX_FADE_IN_DURATION
= 'footnotes_inputfield_mouse_over_box_fade_in_duration'
Settings container key for tooltip display fade-in duration.
- C_INT_MOUSE_OVER_BOX_FADE_OUT_DELAY
+ C_INT_MOUSE_OVER_BOX_FADE_OUT_DELAY
= 'footnotes_inputfield_mouse_over_box_fade_out_delay'
Settings container key for tooltip display fade-out delay.
- C_INT_MOUSE_OVER_BOX_FADE_OUT_DURATION
+ C_INT_MOUSE_OVER_BOX_FADE_OUT_DURATION
= 'footnotes_inputfield_mouse_over_box_fade_out_duration'
Settings container key for tooltip display fade-out duration.
- C_INT_REFERENCE_CONTAINER_BOTTOM_MARGIN
+ C_INT_REFERENCE_CONTAINER_BOTTOM_MARGIN
= 'footnotes_inputfield_reference_container_bottom_margin'
Settings container key for reference container bottom margin.
- C_INT_REFERENCE_CONTAINER_TOP_MARGIN
+ C_INT_REFERENCE_CONTAINER_TOP_MARGIN
= 'footnotes_inputfield_reference_container_top_margin'
Settings container key for reference container top margin.
- C_STR_BACKLINKS_COLUMN_MAX_WIDTH_ENABLED
+ C_STR_BACKLINKS_COLUMN_MAX_WIDTH_ENABLED
= 'footnotes_inputfield_backlinks_column_max_width_enabled'
Settings container key to enable a max width for the backlinks column.
- C_STR_BACKLINKS_COLUMN_MAX_WIDTH_UNIT
+ C_STR_BACKLINKS_COLUMN_MAX_WIDTH_UNIT
= 'footnotes_inputfield_backlinks_column_max_width_unit'
Settings container key for the backlinks column max width unit.
- C_STR_BACKLINKS_COLUMN_WIDTH_ENABLED
+ C_STR_BACKLINKS_COLUMN_WIDTH_ENABLED
= 'footnotes_inputfield_backlinks_column_width_enabled'
Settings container key to enable the backlinks column width.
- C_STR_BACKLINKS_COLUMN_WIDTH_UNIT
+ C_STR_BACKLINKS_COLUMN_WIDTH_UNIT
= 'footnotes_inputfield_backlinks_column_width_unit'
Settings container key for the backlinks column width unit.
- C_STR_BACKLINKS_LINE_BREAKS_ENABLED
+ C_STR_BACKLINKS_LINE_BREAKS_ENABLED
= 'footnotes_inputfield_backlinks_line_breaks_enabled'
Settings container key to enable line breaks between backlinks.
- C_STR_BACKLINKS_SEPARATOR_CUSTOM
+ C_STR_BACKLINKS_SEPARATOR_CUSTOM
= 'footnotes_inputfield_backlinks_separator_custom'
Settings container key for a custom backlink separator.
- C_STR_BACKLINKS_SEPARATOR_ENABLED
+ C_STR_BACKLINKS_SEPARATOR_ENABLED
= 'footnotes_inputfield_backlinks_separator_enabled'
Settings container key to enable the presence of a backlink separator.
- C_STR_BACKLINKS_SEPARATOR_OPTION
+ C_STR_BACKLINKS_SEPARATOR_OPTION
= 'footnotes_inputfield_backlinks_separator_option'
Settings container key for the backlink separator options.
- C_STR_BACKLINKS_TERMINATOR_CUSTOM
+ C_STR_BACKLINKS_TERMINATOR_CUSTOM
= 'footnotes_inputfield_backlinks_terminator_custom'
Settings container key for a custom backlink terminator.
- C_STR_BACKLINKS_TERMINATOR_ENABLED
+ C_STR_BACKLINKS_TERMINATOR_ENABLED
= 'footnotes_inputfield_backlinks_terminator_enabled'
Settings container key to enable the presence of a backlink terminator.
- C_STR_BACKLINKS_TERMINATOR_OPTION
+ C_STR_BACKLINKS_TERMINATOR_OPTION
= 'footnotes_inputfield_backlinks_terminator_option'
Settings container key for the backlink terminator options.
- C_STR_COMBINE_IDENTICAL_FOOTNOTES
+ C_STR_COMBINE_IDENTICAL_FOOTNOTES
= 'footnote_inputfield_combine_identical'
Settings container key for combining identical footnotes.
- C_STR_CUSTOM_CSS
+ C_STR_CUSTOM_CSS
= 'footnote_inputfield_custom_css'
Settings container key for the Custom CSS.
- C_STR_CUSTOM_CSS_LEGACY_ENABLE
+ C_STR_CUSTOM_CSS_LEGACY_ENABLE
= 'footnote_inputfield_custom_css_legacy_enable'
Settings container key to enable display of legacy Custom CSS metaboxes.
- C_STR_CUSTOM_CSS_NEW
+ C_STR_CUSTOM_CSS_NEW
= 'footnote_inputfield_custom_css_new'
Settings container key for the Custom CSS migrated to a dedicated tab.
- C_STR_EXPERT_LOOKUP_THE_CONTENT
+ C_STR_EXPERT_LOOKUP_THE_CONTENT
= 'footnote_inputfield_expert_lookup_the_content'
Settings container key to enable the 'the_content' hook.
- C_STR_EXPERT_LOOKUP_THE_EXCERPT
+ C_STR_EXPERT_LOOKUP_THE_EXCERPT
= 'footnote_inputfield_expert_lookup_the_excerpt'
Settings container key to enable the 'the_excerpt' hook.
- C_STR_EXPERT_LOOKUP_THE_TITLE
+ C_STR_EXPERT_LOOKUP_THE_TITLE
= 'footnote_inputfield_expert_lookup_the_title'
Settings container key to enable the 'the_title' hook.
- C_STR_EXPERT_LOOKUP_WIDGET_TEXT
+ C_STR_EXPERT_LOOKUP_WIDGET_TEXT
= 'footnote_inputfield_expert_lookup_widget_text'
Settings container key to enable the 'widget_text' hook.
- C_STR_EXPERT_LOOKUP_WIDGET_TITLE
+ C_STR_EXPERT_LOOKUP_WIDGET_TITLE
= 'footnote_inputfield_expert_lookup_widget_title'
Settings container key to enable the 'widget_title' hook.
- C_STR_FOOTNOTE_FRAGMENT_ID_SLUG
+ C_STR_FOOTNOTE_FRAGMENT_ID_SLUG
= 'footnotes_inputfield_footnote_fragment_id_slug'
Settings container key for the fragment ID slug in footnotes.
- C_STR_FOOTNOTE_REFERRERS_NORMAL_SUPERSCRIPT
+ C_STR_FOOTNOTE_REFERRERS_NORMAL_SUPERSCRIPT
= 'footnotes_inputfield_referrers_normal_superscript'
Settings container key to enable superscript style normalization.
- C_STR_FOOTNOTE_SECTION_SHORTCODE
+ C_STR_FOOTNOTE_SECTION_SHORTCODE
= 'footnotes_inputfield_section_shortcode'
Settings container key for the footnote section shortcode.
- C_STR_FOOTNOTE_SHORTCODE_SYNTAX_VALIDATION_ENABLE
+ C_STR_FOOTNOTE_SHORTCODE_SYNTAX_VALIDATION_ENABLE
= 'footnotes_inputfield_shortcode_syntax_validation_enable'
Settings container key to enable shortcode syntax validation.
- C_STR_FOOTNOTE_URL_WRAP_ENABLED
+ C_STR_FOOTNOTE_URL_WRAP_ENABLED
= 'footnote_inputfield_url_wrap_enabled'
Settings container key for URL wrap option.
- C_STR_FOOTNOTES_ALTERNATIVE_MOUSE_OVER_BOX_POSITION
+ C_STR_FOOTNOTES_ALTERNATIVE_MOUSE_OVER_BOX_POSITION
= 'footnotes_inputfield_alternative_mouse_over_box_position'
Settings container key for alternative tooltip position.
- C_STR_FOOTNOTES_AMP_COMPATIBILITY_ENABLE
+ C_STR_FOOTNOTES_AMP_COMPATIBILITY_ENABLE
= 'footnotes_inputfield_amp_compatibility_enable'
Settings container key to enable AMP compatibility mode.
- C_STR_FOOTNOTES_BACKLINK_TOOLTIP_ENABLE
+ C_STR_FOOTNOTES_BACKLINK_TOOLTIP_ENABLE
= 'footnotes_inputfield_backlink_tooltip_enable'
Settings container key to enable backlink tooltips.
- C_STR_FOOTNOTES_BACKLINK_TOOLTIP_TEXT
+ C_STR_FOOTNOTES_BACKLINK_TOOLTIP_TEXT
= 'footnotes_inputfield_backlink_tooltip_text'
Settings container key to configure the backlink tooltip.
- C_STR_FOOTNOTES_COUNTER_STYLE
+ C_STR_FOOTNOTES_COUNTER_STYLE
= 'footnote_inputfield_counter_style'
Settings container key for the counter style of the footnotes.
- C_STR_FOOTNOTES_CSS_SMOOTH_SCROLLING
+ C_STR_FOOTNOTES_CSS_SMOOTH_SCROLLING
= 'footnotes_inputfield_css_smooth_scrolling'
Settings container key to enable CSS smooth scrolling.
- C_STR_FOOTNOTES_EXPERT_MODE
+ C_STR_FOOTNOTES_EXPERT_MODE
= 'footnote_inputfield_enable_expert_mode'
Settings container key for the Expert mode.
- C_STR_FOOTNOTES_HARD_LINKS_ENABLE
+ C_STR_FOOTNOTES_HARD_LINKS_ENABLE
= 'footnotes_inputfield_hard_links_enable'
Settings container key to enable hard links.
- C_STR_FOOTNOTES_IN_EXCERPT
+ C_STR_FOOTNOTES_IN_EXCERPT
= 'footnote_inputfield_search_in_excerpt'
Settings container key to look for footnotes in post excerpts.
- C_STR_FOOTNOTES_LABEL_ISSUE_SOLUTION
+ C_STR_FOOTNOTES_LABEL_ISSUE_SOLUTION
= 'footnotes_inputfield_label_issue_solution'
Settings container key to set the solution of the input element label issue.
- C_STR_FOOTNOTES_LOVE
+ C_STR_FOOTNOTES_LOVE
= 'footnote_inputfield_love'
Settings container key for the 'I love footnotes' text.
- C_STR_FOOTNOTES_MOUSE_OVER_BOX_ALTERNATIVE
+ C_STR_FOOTNOTES_MOUSE_OVER_BOX_ALTERNATIVE
= 'footnote_inputfield_custom_mouse_over_box_alternative'
Settings container key to enable the alternative tooltips.
- C_STR_FOOTNOTES_MOUSE_OVER_BOX_BACKGROUND
+ C_STR_FOOTNOTES_MOUSE_OVER_BOX_BACKGROUND
= 'footnote_inputfield_custom_mouse_over_box_background'
Settings container key for the mouse-over box to define the background color.
- C_STR_FOOTNOTES_MOUSE_OVER_BOX_BORDER_COLOR
+ C_STR_FOOTNOTES_MOUSE_OVER_BOX_BORDER_COLOR
= 'footnote_inputfield_custom_mouse_over_box_border_color'
Settings container key for the mouse-over box to define the border color.
- C_STR_FOOTNOTES_MOUSE_OVER_BOX_COLOR
+ C_STR_FOOTNOTES_MOUSE_OVER_BOX_COLOR
= 'footnote_inputfield_custom_mouse_over_box_color'
Settings container key for the mouse-over box to define the color.
- C_STR_FOOTNOTES_MOUSE_OVER_BOX_ENABLED
+ C_STR_FOOTNOTES_MOUSE_OVER_BOX_ENABLED
= 'footnote_inputfield_custom_mouse_over_box_enabled'
Settings container key to enable the mouse-over box.
- C_STR_FOOTNOTES_MOUSE_OVER_BOX_EXCERPT_ENABLED
+ C_STR_FOOTNOTES_MOUSE_OVER_BOX_EXCERPT_ENABLED
= 'footnote_inputfield_custom_mouse_over_box_excerpt_enabled'
Settings container key to enable tooltip truncation.
- C_STR_FOOTNOTES_MOUSE_OVER_BOX_POSITION
+ C_STR_FOOTNOTES_MOUSE_OVER_BOX_POSITION
= 'footnote_inputfield_custom_mouse_over_box_position'
Settings container key for the mouse-over box to define the position.
- C_STR_FOOTNOTES_MOUSE_OVER_BOX_SHADOW_COLOR
+ C_STR_FOOTNOTES_MOUSE_OVER_BOX_SHADOW_COLOR
= 'footnote_inputfield_custom_mouse_over_box_shadow_color'
Settings container key for the mouse-over box to define the box-shadow color.
- C_STR_FOOTNOTES_PAGE_LAYOUT_SUPPORT
+ C_STR_FOOTNOTES_PAGE_LAYOUT_SUPPORT
= 'footnotes_inputfield_page_layout_support'
Settings container key for basic responsive page layout support options.
- C_STR_FOOTNOTES_REFERENCE_CONTAINER_SCRIPT_MODE
+ C_STR_FOOTNOTES_REFERENCE_CONTAINER_SCRIPT_MODE
= 'footnotes_inputfield_reference_container_script_mode'
Settings container key to select the script mode for the reference container.
- C_STR_FOOTNOTES_REFERRER_SUPERSCRIPT_TAGS
+ C_STR_FOOTNOTES_REFERRER_SUPERSCRIPT_TAGS
= 'footnotes_inputfield_referrer_superscript_tags'
Settings container key for the referrer element.
- C_STR_FOOTNOTES_SCROLL_DURATION_ASYMMETRICITY
+ C_STR_FOOTNOTES_SCROLL_DURATION_ASYMMETRICITY
= 'footnotes_inputfield_scroll_duration_asymmetricity'
Settings container key for scroll duration asymmetricity.
- C_STR_FOOTNOTES_SHORT_CODE_END
+ C_STR_FOOTNOTES_SHORT_CODE_END
= 'footnote_inputfield_placeholder_end'
Settings container key for the short code of the footnote’s end.
- C_STR_FOOTNOTES_SHORT_CODE_END_USER_DEFINED
+ C_STR_FOOTNOTES_SHORT_CODE_END_USER_DEFINED
= 'footnote_inputfield_placeholder_end_user_defined'
Settings container key for the user-defined short code of the footnotes end.
- C_STR_FOOTNOTES_SHORT_CODE_START
+ C_STR_FOOTNOTES_SHORT_CODE_START
= 'footnote_inputfield_placeholder_start'
Settings container key for the short code of the footnote’s start.
- C_STR_FOOTNOTES_SHORT_CODE_START_USER_DEFINED
+ C_STR_FOOTNOTES_SHORT_CODE_START_USER_DEFINED
= 'footnote_inputfield_placeholder_start_user_defined'
Settings container key for the user-defined short code of the footnotes start.
- C_STR_FOOTNOTES_STYLING_AFTER
+ C_STR_FOOTNOTES_STYLING_AFTER
= 'footnote_inputfield_custom_styling_after'
Settings container key for the string after the footnote referrer.
- C_STR_FOOTNOTES_STYLING_BEFORE
+ C_STR_FOOTNOTES_STYLING_BEFORE
= 'footnote_inputfield_custom_styling_before'
Settings container key for the string before the footnote referrer.
- C_STR_FOOTNOTES_TOOLTIP_EXCERPT_DELIMITER
+ C_STR_FOOTNOTES_TOOLTIP_EXCERPT_DELIMITER
= 'footnotes_inputfield_tooltip_excerpt_delimiter'
Settings container key to configure the tooltip excerpt delimiter.
- C_STR_FOOTNOTES_TOOLTIP_EXCERPT_MIRROR_ENABLE
+ C_STR_FOOTNOTES_TOOLTIP_EXCERPT_MIRROR_ENABLE
= 'footnotes_inputfield_tooltip_excerpt_mirror_enable'
Settings container key to enable mirroring the tooltip excerpt in the reference container.
- C_STR_FOOTNOTES_TOOLTIP_EXCERPT_MIRROR_SEPARATOR
+ C_STR_FOOTNOTES_TOOLTIP_EXCERPT_MIRROR_SEPARATOR
= 'footnotes_inputfield_tooltip_excerpt_mirror_separator'
Settings container key to configure the tooltip excerpt separator in the reference container.
- C_STR_FOOTNOTES_TOOLTIP_READON_LABEL
+ C_STR_FOOTNOTES_TOOLTIP_READON_LABEL
= 'footnote_inputfield_readon_label'
Settings container key for the label of the Read-on button in truncated tooltips.
- C_STR_HARD_LINK_IDS_SEPARATOR
+ C_STR_HARD_LINK_IDS_SEPARATOR
= 'footnotes_inputfield_hard_link_ids_separator'
Settings container key for the ID separator in fragment IDs.
- C_STR_HYPERLINK_ARROW
+ C_STR_HYPERLINK_ARROW
= 'footnote_inputfield_custom_hyperlink_symbol'
Settings container key for the backlink symbol selection.
- C_STR_HYPERLINK_ARROW_USER_DEFINED
+ C_STR_HYPERLINK_ARROW_USER_DEFINED
= 'footnote_inputfield_custom_hyperlink_symbol_user'
Settings container key for the user-defined backlink symbol.
- C_STR_LINK_ELEMENT_ENABLED
+ C_STR_LINK_ELEMENT_ENABLED
= 'footnote_inputfield_link_element_enabled'
Settings container key for the link element option.
- C_STR_MOUSE_OVER_BOX_FONT_SIZE_ENABLED
+ C_STR_MOUSE_OVER_BOX_FONT_SIZE_ENABLED
= 'footnotes_inputfield_mouse_over_box_font_size_enabled'
Settings container key to enable setting the tooltip font size.
- C_STR_MOUSE_OVER_BOX_FONT_SIZE_UNIT
+ C_STR_MOUSE_OVER_BOX_FONT_SIZE_UNIT
= 'footnotes_inputfield_mouse_over_box_font_size_unit'
Settings container key for the unit of the tooltip font size.
- C_STR_REFERENCE_CONTAINER_3COLUMN_LAYOUT_ENABLE
+ C_STR_REFERENCE_CONTAINER_3COLUMN_LAYOUT_ENABLE
= 'footnotes_inputfield_reference_container_3column_layout_enable'
Settings container key to enable the legacy layout of the reference container.
- C_STR_REFERENCE_CONTAINER_BACKLINK_SYMBOL_ENABLE
+ C_STR_REFERENCE_CONTAINER_BACKLINK_SYMBOL_ENABLE
= 'footnotes_inputfield_reference_container_backlink_symbol_enable'
Settings container key to enable the display of a backlink symbol.
- C_STR_REFERENCE_CONTAINER_BACKLINK_SYMBOL_SWITCH
+ C_STR_REFERENCE_CONTAINER_BACKLINK_SYMBOL_SWITCH
= 'footnotes_inputfield_reference_container_backlink_symbol_switch'
Settings container key to get the backlink symbol switch side.
- C_STR_REFERENCE_CONTAINER_COLLAPSE
+ C_STR_REFERENCE_CONTAINER_COLLAPSE
= 'footnote_inputfield_collapse_references'
Settings container key to collapse the reference container by default.
- C_STR_REFERENCE_CONTAINER_LABEL_BOTTOM_BORDER
+ C_STR_REFERENCE_CONTAINER_LABEL_BOTTOM_BORDER
= 'footnotes_inputfield_reference_container_label_bottom_border'
Settings container key to enable the reference container label bottom border.
- C_STR_REFERENCE_CONTAINER_LABEL_ELEMENT
+ C_STR_REFERENCE_CONTAINER_LABEL_ELEMENT
= 'footnotes_inputfield_reference_container_label_element'
Settings container key for the reference container label element.
- C_STR_REFERENCE_CONTAINER_NAME
+ C_STR_REFERENCE_CONTAINER_NAME
= 'footnote_inputfield_references_label'
Settings container key for the label of the reference container.
- C_STR_REFERENCE_CONTAINER_POSITION
+ C_STR_REFERENCE_CONTAINER_POSITION
= 'footnote_inputfield_reference_container_place'
Settings container key for the position of the reference container.
- C_STR_REFERENCE_CONTAINER_POSITION_SHORTCODE
+ C_STR_REFERENCE_CONTAINER_POSITION_SHORTCODE
= 'footnote_inputfield_reference_container_position_shortcode'
Settings container key for reference container position shortcode.
- C_STR_REFERENCE_CONTAINER_ROW_BORDERS_ENABLE
+ C_STR_REFERENCE_CONTAINER_ROW_BORDERS_ENABLE
= 'footnotes_inputfield_reference_container_row_borders_enable'
Settings container key to enable reference container table row borders.
- C_STR_REFERENCE_CONTAINER_START_PAGE_ENABLE
+ C_STR_REFERENCE_CONTAINER_START_PAGE_ENABLE
= 'footnotes_inputfield_reference_container_start_page_enable'
Settings container key to not display the reference container on the homepage.
- C_STR_REFERRER_FRAGMENT_ID_SLUG
+ C_STR_REFERRER_FRAGMENT_ID_SLUG
= 'footnotes_inputfield_referrer_fragment_id_slug'
Settings container key for the fragment ID slug in referrers.
- $a_arr_container
+ $a_arr_container
: array<string|int, mixed>
Contains all Settings Container names.
- $a_arr_default
+ $a_arr_default
: array<string|int, mixed>
Contains all Default Settings for each Settings Container.
- $a_arr_settings
+ $a_arr_settings
: array<string|int, mixed>
Contains all Settings from each Settings container as soon as this class is initialized.
- $a_obj_instance
+ $a_obj_instance
- : MCI_Footnotes_Settings
+ : Footnotes_Settings
Stores a singleton reference of this class.
- clear_all()
+ clear_all()
: mixed
Deletes each Settings Container and loads the default values for each Settings Container.
- get()
+ get()
: mixed
Returns the value of specified Settings name.
- get_container()
+ get_container()
: str
Returns the name of a specified Settings Container.
- get_defaults()
+ get_defaults()
: array<string|int, mixed>
Returns the default values of a specific Settings Container.
- instance()
+ instance()
- : MCI_Footnotes_Settings
+ : Footnotes_Settings
Returns a singleton of this class.
- register_settings()
+ register_settings()
: mixed
Register all Settings Container for the Plugin Settings Page in the Dashboard.
- save_options()
+ save_options()
: bool
Updates a whole Settings container.
- __construct()
+ __construct()
: mixed
Class Constructor. Loads all Settings from each WordPress Settings container.
- load()
+ load()
: array<string|int, mixed>
Loads all settings from specified settings container.
- load_all()
+ load_all()
: mixed
@@ -954,16 +954,16 @@
C_FLO_MOUSE_OVER_BOX_FONT_SIZE_SCALAR
-
+
@@ -1001,11 +1001,11 @@
C_INT_BACKLINKS_COLUMN_MAX_WIDTH_SCALAR
-
+
@@ -1043,11 +1043,11 @@
C_INT_BACKLINKS_COLUMN_WIDTH_SCALAR
-
+
@@ -1085,11 +1085,11 @@
C_INT_EXPERT_LOOKUP_THE_CONTENT_PRIORITY_LEVEL
-
+
@@ -1259,11 +1259,11 @@ priority needs to be at least 1200 (i.e. 0 =< $l_int_the_content_priority =&l
C_INT_EXPERT_LOOKUP_THE_EXCERPT_PRIORITY_LEVEL
-
+
@@ -1301,11 +1301,11 @@ priority needs to be at least 1200 (i.e. 0 =< $l_int_the_content_priority =&l
C_INT_EXPERT_LOOKUP_THE_TITLE_PRIORITY_LEVEL
-
+
@@ -1362,11 +1362,11 @@ priority needs to be at least 1200 (i.e. 0 =< $l_int_the_content_priority =&l
C_INT_EXPERT_LOOKUP_WIDGET_TEXT_PRIORITY_LEVEL
-
+
@@ -1404,11 +1404,11 @@ priority needs to be at least 1200 (i.e. 0 =< $l_int_the_content_priority =&l
@@ -1446,11 +1446,11 @@ priority needs to be at least 1200 (i.e. 0 =< $l_int_the_content_priority =&l
@@ -1488,11 +1488,11 @@ priority needs to be at least 1200 (i.e. 0 =< $l_int_the_content_priority =&l
@@ -1530,11 +1530,11 @@ priority needs to be at least 1200 (i.e. 0 =< $l_int_the_content_priority =&l
@@ -1572,11 +1572,11 @@ priority needs to be at least 1200 (i.e. 0 =< $l_int_the_content_priority =&l
@@ -1624,11 +1624,11 @@ priority needs to be at least 1200 (i.e. 0 =< $l_int_the_content_priority =&l
@@ -1666,11 +1666,11 @@ priority needs to be at least 1200 (i.e. 0 =< $l_int_the_content_priority =&l
@@ -1718,11 +1718,11 @@ priority needs to be at least 1200 (i.e. 0 =< $l_int_the_content_priority =&l
@@ -1771,11 +1771,11 @@ The width should be limited to start with, for the box to have shape.
@@ -1813,11 +1813,11 @@ The width should be limited to start with, for the box to have shape.
@@ -1855,11 +1855,11 @@ The width should be limited to start with, for the box to have shape.
@@ -1897,11 +1897,11 @@ The width should be limited to start with, for the box to have shape.
@@ -1939,11 +1939,11 @@ The width should be limited to start with, for the box to have shape.
@@ -1984,11 +1984,11 @@ The width should be limited to start with, for the box to have shape.
@@ -2029,11 +2029,11 @@ The width should be limited to start with, for the box to have shape.
@@ -2071,11 +2071,11 @@ The width should be limited to start with, for the box to have shape.
C_INT_MOUSE_OVER_BOX_FADE_IN_DELAY
-
+
@@ -2113,11 +2113,11 @@ The width should be limited to start with, for the box to have shape.
C_INT_MOUSE_OVER_BOX_FADE_IN_DURATION
-
+
@@ -2155,11 +2155,11 @@ The width should be limited to start with, for the box to have shape.
C_INT_MOUSE_OVER_BOX_FADE_OUT_DELAY
-
+
@@ -2197,11 +2197,11 @@ The width should be limited to start with, for the box to have shape.
C_INT_MOUSE_OVER_BOX_FADE_OUT_DURATION
-
+
@@ -2239,11 +2239,11 @@ The width should be limited to start with, for the box to have shape.
C_INT_REFERENCE_CONTAINER_BOTTOM_MARGIN
-
+
@@ -2300,11 +2300,11 @@ The width should be limited to start with, for the box to have shape.
C_INT_REFERENCE_CONTAINER_TOP_MARGIN
-
+
@@ -2361,11 +2361,11 @@ The width should be limited to start with, for the box to have shape.
C_STR_BACKLINKS_COLUMN_MAX_WIDTH_ENABLED
-
+
@@ -2403,11 +2403,11 @@ The width should be limited to start with, for the box to have shape.
C_STR_BACKLINKS_COLUMN_MAX_WIDTH_UNIT
-
+
@@ -2445,11 +2445,11 @@ The width should be limited to start with, for the box to have shape.
C_STR_BACKLINKS_COLUMN_WIDTH_ENABLED
-
+
@@ -2487,11 +2487,11 @@ The width should be limited to start with, for the box to have shape.
C_STR_BACKLINKS_COLUMN_WIDTH_UNIT
-
+
@@ -2529,11 +2529,11 @@ The width should be limited to start with, for the box to have shape.
C_STR_BACKLINKS_LINE_BREAKS_ENABLED
-
+
@@ -2571,11 +2571,11 @@ The width should be limited to start with, for the box to have shape.
C_STR_BACKLINKS_SEPARATOR_CUSTOM
-
+
@@ -2613,11 +2613,11 @@ The width should be limited to start with, for the box to have shape.
C_STR_BACKLINKS_SEPARATOR_ENABLED
-
+
@@ -2674,11 +2674,11 @@ The width should be limited to start with, for the box to have shape.
C_STR_BACKLINKS_SEPARATOR_OPTION
-
+
@@ -2716,11 +2716,11 @@ The width should be limited to start with, for the box to have shape.
C_STR_BACKLINKS_TERMINATOR_CUSTOM
-
+
@@ -2758,11 +2758,11 @@ The width should be limited to start with, for the box to have shape.
C_STR_BACKLINKS_TERMINATOR_ENABLED
-
+
@@ -2800,11 +2800,11 @@ The width should be limited to start with, for the box to have shape.
C_STR_BACKLINKS_TERMINATOR_OPTION
-
+
@@ -2842,11 +2842,11 @@ The width should be limited to start with, for the box to have shape.
@@ -2884,11 +2884,11 @@ The width should be limited to start with, for the box to have shape.
C_STR_CUSTOM_CSS
-
+
@@ -2936,11 +2936,11 @@ The width should be limited to start with, for the box to have shape.
C_STR_CUSTOM_CSS_LEGACY_ENABLE
-
+
@@ -2989,11 +2989,11 @@ because when saving, all missing constants are emptied, and to_bool() converts e
C_STR_CUSTOM_CSS_NEW
-
+
@@ -3034,11 +3034,11 @@ because when saving, all missing constants are emptied, and to_bool() converts e
C_STR_EXPERT_LOOKUP_THE_CONTENT
-
+
@@ -3076,11 +3076,11 @@ because when saving, all missing constants are emptied, and to_bool() converts e
C_STR_EXPERT_LOOKUP_THE_EXCERPT
-
+
@@ -3214,11 +3214,11 @@ because when saving, all missing constants are emptied, and to_bool() converts e
C_STR_EXPERT_LOOKUP_THE_TITLE
-
+
@@ -3266,11 +3266,11 @@ Footnotes doesn’t delete footnotes therein.
C_STR_EXPERT_LOOKUP_WIDGET_TEXT
-
+
@@ -3308,11 +3308,11 @@ Footnotes doesn’t delete footnotes therein.
@@ -3350,11 +3350,11 @@ Footnotes doesn’t delete footnotes therein.
@@ -3392,11 +3392,11 @@ Footnotes doesn’t delete footnotes therein.
@@ -3451,11 +3451,11 @@ Footnotes doesn’t delete footnotes therein.
@@ -3512,11 +3512,11 @@ Footnotes doesn’t delete footnotes therein.
@@ -3554,11 +3554,11 @@ Footnotes doesn’t delete footnotes therein.
@@ -3598,11 +3598,11 @@ Unicode-compliant browsers break URLs at slashes.
@@ -3640,11 +3640,11 @@ Unicode-compliant browsers break URLs at slashes.
@@ -3744,11 +3744,11 @@ Unicode-compliant browsers break URLs at slashes.
@@ -3812,11 +3812,11 @@ Unicode-compliant browsers break URLs at slashes.
@@ -3873,11 +3873,11 @@ Unicode-compliant browsers break URLs at slashes.
@@ -3915,11 +3915,11 @@ Unicode-compliant browsers break URLs at slashes.
@@ -3992,11 +3992,11 @@ Unicode-compliant browsers break URLs at slashes.
@@ -4046,11 +4046,11 @@ All users, not experts only, need to be able to control relative positioning.
@@ -4123,11 +4123,11 @@ All users, not experts only, need to be able to control relative positioning.
@@ -4222,11 +4222,11 @@ All users, not experts only, need to be able to control relative positioning.
@@ -4271,11 +4271,11 @@ All users, not experts only, need to be able to control relative positioning.
@@ -4313,11 +4313,11 @@ All users, not experts only, need to be able to control relative positioning.
@@ -4374,11 +4374,11 @@ All users, not experts only, need to be able to control relative positioning.
@@ -4504,11 +4504,11 @@ But theme default background color doesn’t seem to exist.
@@ -4546,11 +4546,11 @@ But theme default background color doesn’t seem to exist.
@@ -4625,11 +4625,11 @@ But theme default background color doesn’t seem to exist.
@@ -4667,11 +4667,11 @@ But theme default background color doesn’t seem to exist.
@@ -4709,11 +4709,11 @@ But theme default background color doesn’t seem to exist.
@@ -4751,11 +4751,11 @@ But theme default background color doesn’t seem to exist.
@@ -4793,11 +4793,11 @@ But theme default background color doesn’t seem to exist.
@@ -4835,11 +4835,11 @@ But theme default background color doesn’t seem to exist.
@@ -4896,11 +4896,11 @@ But theme default background color doesn’t seem to exist.
@@ -4957,11 +4957,11 @@ But theme default background color doesn’t seem to exist.
@@ -4999,11 +4999,11 @@ But theme default background color doesn’t seem to exist.
@@ -5041,11 +5041,11 @@ But theme default background color doesn’t seem to exist.
@@ -5083,11 +5083,11 @@ But theme default background color doesn’t seem to exist.
@@ -5125,11 +5125,11 @@ But theme default background color doesn’t seem to exist.
@@ -5167,11 +5167,11 @@ But theme default background color doesn’t seem to exist.
@@ -5209,11 +5209,11 @@ But theme default background color doesn’t seem to exist.
@@ -5251,11 +5251,11 @@ But theme default background color doesn’t seem to exist.
@@ -5314,11 +5314,11 @@ But Footnotes’ UI design policy is to make shortcodes freely configurable.
@@ -5371,11 +5371,11 @@ But Footnotes’ UI design policy is to make shortcodes freely configurable.
@@ -5413,11 +5413,11 @@ But Footnotes’ UI design policy is to make shortcodes freely configurable.
@@ -5474,11 +5474,11 @@ But Footnotes’ UI design policy is to make shortcodes freely configurable.
C_STR_HARD_LINK_IDS_SEPARATOR
-
+
@@ -5516,11 +5516,11 @@ But Footnotes’ UI design policy is to make shortcodes freely configurable.
C_STR_HYPERLINK_ARROW
-
+
@@ -5586,11 +5586,11 @@ But Footnotes’ UI design policy is to make shortcodes freely configurable.
C_STR_HYPERLINK_ARROW_USER_DEFINED
-
+
@@ -5628,11 +5628,11 @@ But Footnotes’ UI design policy is to make shortcodes freely configurable.
C_STR_LINK_ELEMENT_ENABLED
-
+
@@ -5689,11 +5689,11 @@ But Footnotes’ UI design policy is to make shortcodes freely configurable.
C_STR_MOUSE_OVER_BOX_FONT_SIZE_ENABLED
-
+
@@ -5731,11 +5731,11 @@ But Footnotes’ UI design policy is to make shortcodes freely configurable.
C_STR_MOUSE_OVER_BOX_FONT_SIZE_UNIT
-
+
@@ -5773,11 +5773,11 @@ But Footnotes’ UI design policy is to make shortcodes freely configurable.
C_STR_REFERENCE_CONTAINER_3COLUMN_LAYOUT_ENABLE
-
+
@@ -5818,11 +5818,11 @@ But Footnotes’ UI design policy is to make shortcodes freely configurable.
C_STR_REFERENCE_CONTAINER_BACKLINK_SYMBOL_ENABLE
-
+
@@ -5879,11 +5879,11 @@ But Footnotes’ UI design policy is to make shortcodes freely configurable.
C_STR_REFERENCE_CONTAINER_BACKLINK_SYMBOL_SWITCH
-
+
@@ -5940,11 +5940,11 @@ But Footnotes’ UI design policy is to make shortcodes freely configurable.
C_STR_REFERENCE_CONTAINER_COLLAPSE
-
+
@@ -5980,7 +5980,7 @@ But Footnotes’ UI design policy is to make shortcodes freely configurable.
see
- MCI_Footnotes_Convert::to_bool()
+ Footnotes_Convert::to_bool()
@@ -5991,11 +5991,11 @@ But Footnotes’ UI design policy is to make shortcodes freely configurable.
C_STR_REFERENCE_CONTAINER_LABEL_BOTTOM_BORDER
-
+
@@ -6052,11 +6052,11 @@ But Footnotes’ UI design policy is to make shortcodes freely configurable.
C_STR_REFERENCE_CONTAINER_LABEL_ELEMENT
-
+
@@ -6113,11 +6113,11 @@ But Footnotes’ UI design policy is to make shortcodes freely configurable.
C_STR_REFERENCE_CONTAINER_NAME
-
+
@@ -6155,11 +6155,11 @@ But Footnotes’ UI design policy is to make shortcodes freely configurable.
C_STR_REFERENCE_CONTAINER_POSITION
-
+
@@ -6197,11 +6197,11 @@ But Footnotes’ UI design policy is to make shortcodes freely configurable.
C_STR_REFERENCE_CONTAINER_POSITION_SHORTCODE
-
+
@@ -6258,11 +6258,11 @@ But Footnotes’ UI design policy is to make shortcodes freely configurable.
C_STR_REFERENCE_CONTAINER_ROW_BORDERS_ENABLE
-
+
@@ -6319,11 +6319,11 @@ But Footnotes’ UI design policy is to make shortcodes freely configurable.
C_STR_REFERENCE_CONTAINER_START_PAGE_ENABLE
-
+
@@ -6380,11 +6380,11 @@ But Footnotes’ UI design policy is to make shortcodes freely configurable.
C_STR_REFERRER_FRAGMENT_ID_SLUG
-
+
@@ -6425,7 +6425,7 @@ But Footnotes’ UI design policy is to make shortcodes freely configurable.
Return values
- MCI_Footnotes_Settings
+ Footnotes_Settings
—
@@ -7066,10 +7066,10 @@ done by deleting and reinstalling (see the warning about database backup).
>
register_settings()
-
+
@@ -7116,10 +7116,10 @@ done by deleting and reinstalling (see the warning about database backup).
>
save_options()
-
+
@@ -7186,10 +7186,10 @@ done by deleting and reinstalling (see the warning about database backup).
>
__construct()
-
+
@@ -7235,10 +7235,10 @@ done by deleting and reinstalling (see the warning about database backup).
>
load()
-
+
@@ -7325,10 +7325,10 @@ done by deleting and reinstalling (see the warning about database backup).
>
load_all()
-
+
@@ -7382,7 +7382,7 @@ done by deleting and reinstalling (see the warning about database backup).
-
+
diff --git a/docs/classes/MCI-Footnotes-Task.html b/docs/classes/Footnotes-Task.html
similarity index 91%
rename from docs/classes/MCI-Footnotes-Task.html
rename to docs/classes/Footnotes-Task.html
index 60c8960..81f562b 100644
--- a/docs/classes/MCI-Footnotes-Task.html
+++ b/docs/classes/Footnotes-Task.html
@@ -75,7 +75,7 @@
- MCI_Footnotes_Task
+ Footnotes_Task
@@ -83,7 +83,7 @@
@@ -121,252 +121,252 @@
- $a_arr_footnotes
+ $a_arr_footnotes
: array<string|int, mixed>
Contains all footnotes found in the searched content.
- $a_bool_allow_love_me
+ $a_bool_allow_love_me
: bool
Flag if the display of 'LOVE FOOTNOTES' is allowed on the current public page.
- $a_bool_hard_links_enabled
+ $a_bool_hard_links_enabled
: bool
Hard links for AMP compatibility.
- $a_bool_mirror_tooltip_text
+ $a_bool_mirror_tooltip_text
: bool
Whether to mirror the tooltip text in the reference container.
- $a_bool_syntax_error_flag
+ $a_bool_syntax_error_flag
: bool
Footnote delimiter syntax validation enabled.
- $a_int_post_id
+ $a_int_post_id
: int
Autoload a.k.a. infinite scroll, or archive view.
- $a_int_reference_container_id
+ $a_int_reference_container_id
: int
Multiple reference containers in content and widgets.
- $a_int_scroll_offset
+ $a_int_scroll_offset
: int
Scroll offset.
- $a_int_tooltip_shortcode_length
+ $a_int_tooltip_shortcode_length
: int
The tooltip delimiter shortcode length.
- $a_str_end_tag
+ $a_str_end_tag
: str
Footnote delimiter end short code.
- $a_str_end_tag_regex
+ $a_str_end_tag_regex
: str
Footnote delimiter end short code in regex format.
- $a_str_footnote_link_slug
+ $a_str_footnote_link_slug
: str
The footnote slug.
- $a_str_link_close_tag
+ $a_str_link_close_tag
: str
The closing tag.
- $a_str_link_open_tag
+ $a_str_link_open_tag
: str
The opening tag.
- $a_str_link_span
+ $a_str_link_span
: str
The span element name.
- $a_str_post_container_id_compound
+ $a_str_post_container_id_compound
: str
Contains the concatenated fragment ID base.
- $a_str_prefix
+ $a_str_prefix
: string
Prefix for the Footnote html element ID.
- $a_str_referrer_link_slug
+ $a_str_referrer_link_slug
: str
The referrer slug.
- $a_str_start_tag
+ $a_str_start_tag
: str
Footnote delimiter start short code.
- $a_str_start_tag_regex
+ $a_str_start_tag_regex
: str
Footnote delimiter start short code in regex format.
- $a_str_tooltip_shortcode
+ $a_str_tooltip_shortcode
: str
The tooltip delimiter shortcode.
- $a_str_link_ids_separator
+ $a_str_link_ids_separator
: str
The slug and identifier separator.
- exec()
+ exec()
: string
Replaces all footnotes that occur in the given content.
- footnotes_in_content()
+ footnotes_in_content()
: string
Replaces footnotes in the content of the current page/post.
- footnotes_in_excerpt()
+ footnotes_in_excerpt()
: string
Processes existing excerpt or replaces it with a new one generated on the basis of the post.
- footnotes_in_title()
+ footnotes_in_title()
: string
Replaces footnotes in the post/page title.
- footnotes_in_widget_text()
+ footnotes_in_widget_text()
: string
Replaces footnotes in the content of the current widget.
- footnotes_in_widget_title()
+ footnotes_in_widget_title()
: string
Replaces footnotes in the widget title.
- footnotes_output_footer()
+ footnotes_output_footer()
: mixed
Displays the 'LOVE FOOTNOTES' slug if enabled.
- footnotes_output_head()
+ footnotes_output_head()
: mixed
Outputs the custom css to the header of the public page.
- generate_excerpt()
+ generate_excerpt()
: string
Generates excerpt on the basis of the post.
- generate_excerpt_with_footnotes()
+ generate_excerpt_with_footnotes()
: string
Generates excerpt with footnotes on the basis of the post.
- reference_container()
+ reference_container()
: string
Generates the reference container.
- register_hooks()
+ register_hooks()
: mixed
-Register WordPress Hooks to replace Footnotes in the content of a public page.
+Register WordPress hooks to replace Footnotes in the content of a public page.
- search()
+ search()
: string
Replaces all footnotes in the given content and appends them to the static property.
- unify_delimiters()
+ unify_delimiters()
: mixed
@@ -382,7 +382,7 @@
-
+
diff --git a/docs/files/class-dashboard-layout.html b/docs/files/src-class-dashboard-layout.html
similarity index 94%
rename from docs/files/class-dashboard-layout.html
rename to docs/files/src-class-dashboard-layout.html
index 5a9fb76..a7d5bb1 100644
--- a/docs/files/class-dashboard-layout.html
+++ b/docs/files/src-class-dashboard-layout.html
@@ -85,7 +85,7 @@
- MCI_Footnotes_Layout_Engine
+ Footnotes_Layout_Engine
Layout Engine for the administration dashboard.
@@ -110,7 +110,7 @@
-
+
diff --git a/docs/files/class-dashboard-subpage-main.html b/docs/files/src-class-dashboard-subpage-main.html
similarity index 94%
rename from docs/files/class-dashboard-subpage-main.html
rename to docs/files/src-class-dashboard-subpage-main.html
index adeed4c..7780b65 100644
--- a/docs/files/class-dashboard-subpage-main.html
+++ b/docs/files/src-class-dashboard-subpage-main.html
@@ -85,7 +85,7 @@
- MCI_Footnotes_Layout_Settings
+ Footnotes_Layout_Settings
Displays and handles all Settings of the Plugin.
@@ -110,7 +110,7 @@
-
+
diff --git a/docs/files/class-hooks.html b/docs/files/src-class-hooks.html
similarity index 92%
rename from docs/files/class-hooks.html
rename to docs/files/src-class-hooks.html
index e44dc10..8fa0f7f 100644
--- a/docs/files/class-hooks.html
+++ b/docs/files/src-class-hooks.html
@@ -71,6 +71,7 @@
@@ -85,8 +86,8 @@
- MCI_Footnotes_Hooks
- Registers all WordPress Hooks and executes them on demand.
+ Footnotes_Hooks
+ Registers all WordPress hooks and executes them on demand.
@@ -110,7 +111,7 @@
-
+
diff --git a/docs/files/class-init.html b/docs/files/src-class-init.html
similarity index 94%
rename from docs/files/class-init.html
rename to docs/files/src-class-init.html
index fd2f2f1..3c8b9b2 100644
--- a/docs/files/class-init.html
+++ b/docs/files/src-class-init.html
@@ -85,8 +85,8 @@
- MCI_Footnotes
- Entry point of the Plugin. Loads the Dashboard and executes the Task.
+ Footnotes
+ Provides an entry point to the Plugin.
@@ -110,7 +110,7 @@
-
+
diff --git a/docs/files/class-language.html b/docs/files/src-class-language.html
similarity index 95%
rename from docs/files/class-language.html
rename to docs/files/src-class-language.html
index 012b3be..7eb3770 100644
--- a/docs/files/class-language.html
+++ b/docs/files/src-class-language.html
@@ -85,7 +85,7 @@
- MCI_Footnotes_Language
+ Footnotes_Language
Loads text domain of current or default language for localization.
@@ -110,7 +110,7 @@
-
+
diff --git a/docs/files/class-settings.html b/docs/files/src-class-settings.html
similarity index 95%
rename from docs/files/class-settings.html
rename to docs/files/src-class-settings.html
index 0528806..3d94200 100644
--- a/docs/files/class-settings.html
+++ b/docs/files/src-class-settings.html
@@ -85,7 +85,7 @@
- MCI_Footnotes_Settings
+ Footnotes_Settings
Loads the settings values, sets to default values if undefined.
@@ -110,7 +110,7 @@
-
+
diff --git a/docs/files/class-task.html b/docs/files/src-class-task.html
similarity index 95%
rename from docs/files/class-task.html
rename to docs/files/src-class-task.html
index a0b2eb4..9992455 100644
--- a/docs/files/class-task.html
+++ b/docs/files/src-class-task.html
@@ -85,7 +85,7 @@
- MCI_Footnotes_Task
+ Footnotes_Task
Searches and replaces the footnotes and generates the reference container.
@@ -110,7 +110,7 @@
-
+
diff --git a/docs/files/class-template.html b/docs/files/src-class-template.html
similarity index 95%
rename from docs/files/class-template.html
rename to docs/files/src-class-template.html
index 0af2ead..e256f6d 100644
--- a/docs/files/class-template.html
+++ b/docs/files/src-class-template.html
@@ -85,7 +85,7 @@
- MCI_Footnotes_Template
+ Footnotes_Template
Handles each Template file for the Plugin Frontend (e.g. Settings Dashboard, Public pages, ...).
@@ -110,7 +110,7 @@
-
+
diff --git a/docs/files/class-widgets-base.html b/docs/files/src-class-widgets-base.html
similarity index 95%
rename from docs/files/class-widgets-base.html
rename to docs/files/src-class-widgets-base.html
index 97da848..c6205a7 100644
--- a/docs/files/class-widgets-base.html
+++ b/docs/files/src-class-widgets-base.html
@@ -85,7 +85,7 @@
- MCI_Footnotes_Widget_Base
+ Footnotes_Widget_Base
Base Class for all Plugin Widgets. Registers each Widget to WordPress.
@@ -110,7 +110,7 @@
-
+
diff --git a/docs/files/class-widgets-reference-container.html b/docs/files/src-class-widgets-reference-container.html
similarity index 94%
rename from docs/files/class-widgets-reference-container.html
rename to docs/files/src-class-widgets-reference-container.html
index 849ffe7..4f1a0be 100644
--- a/docs/files/class-widgets-reference-container.html
+++ b/docs/files/src-class-widgets-reference-container.html
@@ -85,7 +85,7 @@
- MCI_Footnotes_Widget_Reference_Container
+ Footnotes_Widget_Reference_Container
Registers a Widget to put the Reference Container to the widget area.
@@ -110,7 +110,7 @@
-
+
diff --git a/docs/files/class-wysiwyg.html b/docs/files/src-class-wysiwyg.html
similarity index 95%
rename from docs/files/class-wysiwyg.html
rename to docs/files/src-class-wysiwyg.html
index c72bef1..b40fac7 100644
--- a/docs/files/class-wysiwyg.html
+++ b/docs/files/src-class-wysiwyg.html
@@ -85,7 +85,7 @@
- MCI_Footnotes_WYSIWYG
+ Footnotes_WYSIWYG
Handles the WSYIWYG-Buttons.
@@ -110,7 +110,7 @@
-
+
diff --git a/docs/files/src-footnotes.html b/docs/files/src-footnotes.html
new file mode 100644
index 0000000..4362c2d
--- /dev/null
+++ b/docs/files/src-footnotes.html
@@ -0,0 +1,110 @@
+
+
+
+
+ Documentation
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ footnotes.php
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/files/src-includes.html b/docs/files/src-includes.html
new file mode 100644
index 0000000..b79ff96
--- /dev/null
+++ b/docs/files/src-includes.html
@@ -0,0 +1,190 @@
+
+
+
+
+ Documentation
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ includes.php
+
+
+
+
+
+
+ Table of Contents
+
+
+
+
+
+ mci_footnotes_require_php_files()
+
+ : mixed
+
+Requires (`require_once`) all `*.php` files inside a specific Directory.
+
+
+
+
+
+
+
+
+
+
+
+
+ Requires (`require_once`) all `*.php` files inside a specific Directory.
+
+
+
+ mci_footnotes_require_php_files ( string $p_str_directory ) : mixed
+
+
+
+ Parameters
+
+
+ $p_str_directory
+ : string
+
+
+ Absolute Directory path to lookup for *.php
files.
+
+
+
+
+
+
+
+
+
+ author
+
+
+
+
+
+
+
+ since
+
+
+ 1.5.0
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/index.html b/docs/index.html
index b101070..3706b3f 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -81,42 +81,122 @@
- MCI_Footnotes_Config
+ Footnotes_Config
Contains all Plugin Constants. Contains no Method or Property.
- MCI_Footnotes_Convert
+ Footnotes_Convert
Converts data types and Footnotes specific values.
- MCI_Footnotes_Layout_Init
+ Footnotes_Layout_Init
Handles the Settings interface of the Plugin.
- MCI_Footnotes_Layout_Engine
+ Footnotes_Layout_Engine
Layout Engine for the administration dashboard.
- MCI_Footnotes_Layout_Settings
+ 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
+ Footnotes_Hooks
+ Registers all WordPress hooks and executes them on demand.
+ Footnotes
+ Provides an entry point to the Plugin.
+ Footnotes_Language
Loads text domain of current or default language for localization.
- MCI_Footnotes_Settings
+ Footnotes_Settings
Loads the settings values, sets to default values if undefined.
- MCI_Footnotes_Task
+ Footnotes_Task
Searches and replaces the footnotes and generates the reference container.
- MCI_Footnotes_Template
+ Footnotes_Template
Handles each Template file for the Plugin Frontend (e.g. Settings Dashboard, Public pages, ...).
- MCI_Footnotes_Widget_Base
+ Footnotes_Widget_Base
Base Class for all Plugin Widgets. Registers each Widget to WordPress.
- MCI_Footnotes_Widget_Reference_Container
+ Footnotes_Widget_Reference_Container
Registers a Widget to put the Reference Container to the widget area.
- MCI_Footnotes_WYSIWYG
+ Footnotes_WYSIWYG
Handles the WSYIWYG-Buttons.
+
+ Table of Contents
+
+
+
+
+
+ mci_footnotes_require_php_files()
+
+ : mixed
+
+Requires (`require_once`) all `*.php` files inside a specific Directory.
+
+
+
+
+
+
+
+
+ Requires (`require_once`) all `*.php` files inside a specific Directory.
+
+
+
+ mci_footnotes_require_php_files ( string $p_str_directory ) : mixed
+
+
+
+ Parameters
+
+
+ $p_str_directory
+ : string
+
+
+ Absolute Directory path to lookup for *.php
files.
+
+
+
+
+
+
+
+
+ author
+
+
+
+
+
+
+
+ since
+
+
+ 1.5.0
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/packages/footdnotes.html b/docs/packages/footdnotes.html
deleted file mode 100644
index 7ad135b..0000000
--- a/docs/packages/footdnotes.html
+++ /dev/null
@@ -1,123 +0,0 @@
-
-
-
-
- Documentation
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- footdnotes
-
-
-
-
- Interfaces, Classes and Traits
-
-
-
-
-
- MCI_Footnotes_Hooks
- Registers all WordPress Hooks and executes them on demand.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/packages/footnotes-WPDashboard.html b/docs/packages/footnotes-WPDashboard.html
new file mode 100644
index 0000000..5892abf
--- /dev/null
+++ b/docs/packages/footnotes-WPDashboard.html
@@ -0,0 +1,109 @@
+
+
+
+
+ Documentation
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ WPDashboard
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/packages/footnotes.html b/docs/packages/footnotes.html
index 2f0c434..fcac0e8 100644
--- a/docs/packages/footnotes.html
+++ b/docs/packages/footnotes.html
@@ -75,7 +75,15 @@
footnotes
-
+
+ Packages
+
+
+
+
+ WPDashboard
+
+
Interfaces, Classes and Traits
@@ -84,42 +92,122 @@
- MCI_Footnotes_Config
+ Footnotes_Config
Contains all Plugin Constants. Contains no Method or Property.
- MCI_Footnotes_Convert
+ Footnotes_Convert
Converts data types and Footnotes specific values.
- MCI_Footnotes_Layout_Init
+ Footnotes_Layout_Init
Handles the Settings interface of the Plugin.
- MCI_Footnotes_Layout_Engine
+ Footnotes_Layout_Engine
Layout Engine for the administration dashboard.
- MCI_Footnotes_Layout_Settings
+ 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
+ Footnotes_Hooks
+ Registers all WordPress hooks and executes them on demand.
+ Footnotes
+ Provides an entry point to the Plugin.
+ Footnotes_Language
Loads text domain of current or default language for localization.
- MCI_Footnotes_Settings
+ Footnotes_Settings
Loads the settings values, sets to default values if undefined.
- MCI_Footnotes_Task
+ Footnotes_Task
Searches and replaces the footnotes and generates the reference container.
- MCI_Footnotes_Template
+ Footnotes_Template
Handles each Template file for the Plugin Frontend (e.g. Settings Dashboard, Public pages, ...).
- MCI_Footnotes_Widget_Base
+ Footnotes_Widget_Base
Base Class for all Plugin Widgets. Registers each Widget to WordPress.
- MCI_Footnotes_Widget_Reference_Container
+ Footnotes_Widget_Reference_Container
Registers a Widget to put the Reference Container to the widget area.
- MCI_Footnotes_WYSIWYG
+ Footnotes_WYSIWYG
Handles the WSYIWYG-Buttons.
+
+ Table of Contents
+
+
+
+
+
+ mci_footnotes_require_php_files()
+
+ : mixed
+
+Requires (`require_once`) all `*.php` files inside a specific Directory.
+
+
-
+
+
+
+
+
+
+ Requires (`require_once`) all `*.php` files inside a specific Directory.
+
+
+
+ mci_footnotes_require_php_files ( string $p_str_directory ) : mixed
+
+
+
+ Parameters
+
+
+ $p_str_directory
+ : string
+
+
+ Absolute Directory path to lookup for *.php
files.
+
+
+
+
+
+
+
+
+
+ author
+
+
+
+
+
+
+
+ since
+
+
+ 1.5.0
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/reports/errors.html b/docs/reports/errors.html
index a28a4bc..3260cda 100644
--- a/docs/reports/errors.html
+++ b/docs/reports/errors.html
@@ -80,22 +80,18 @@
Table of Contents
-
- subpage-main.php
+
+ subpage-main.php
-
- hooks.php
-
-
-
- Type
- Line
- Description
-
-
-
-
- ERROR
- 0
- Tag "see" with body "@see class/settings.php" has error "\class/settings.php" is not a valid Fqsen.
-
-
-
-
- language.php
+
+ language.php