2021-02-20 19:55:52 +00:00
<!DOCTYPE html>
< html lang = "en" >
< head >
< meta charset = "utf-8" >
< title > Documentation< / title >
< meta name = "viewport" content = "width=device-width, initial-scale=1.0" >
< base href = "../" >
< link rel = "icon" href = "images/favicon.ico" / >
< link rel = "stylesheet" href = "css/normalize.css" >
< link rel = "stylesheet" href = "css/base.css" >
< link href = "https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@400;600;700&display=swap" rel = "stylesheet" >
< link rel = "stylesheet" href = "css/template.css" >
< link rel = "stylesheet" href = "https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.12.0/css/all.min.css" integrity = "sha256-ybRkN9dBjhcS2qrW1z+hfCxq+1aBdwyQM5wlQoQVt/0=" crossorigin = "anonymous" / >
< script src = "https://cdn.jsdelivr.net/npm/fuse.js@3.4.6" > < / script >
< script src = "https://cdn.jsdelivr.net/npm/css-vars-ponyfill@2" > < / script >
< script src = "https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.12.0/js/all.min.js" integrity = "sha256-0vuk8LXoyrmCjp1f0O300qo1M75ZQyhH9X3J6d+scmk=" crossorigin = "anonymous" > < / script >
< script src = "js/search.js" > < / script >
< script defer src = "js/searchIndex.js" > < / script >
< / head >
< body id = "top" >
< header class = "phpdocumentor-header phpdocumentor-section" >
< h1 class = "phpdocumentor-title" > < a href = "" class = "phpdocumentor-title__link" > Documentation< / a > < / h1 >
< input class = "phpdocumentor-header__menu-button" type = "checkbox" id = "menu-button" name = "menu-button" / >
< label class = "phpdocumentor-header__menu-icon" for = "menu-button" >
< i class = "fas fa-bars" > < / i >
< / label >
< section data-search-form class = "phpdocumentor-search" >
< label >
< span class = "visually-hidden" > Search for< / span >
< svg class = "phpdocumentor-search__icon" width = "21" height = "20" viewBox = "0 0 21 20" fill = "none" xmlns = "http://www.w3.org/2000/svg" >
< circle cx = "7.5" cy = "7.5" r = "6.5" stroke = "currentColor" stroke-width = "2" / >
< line x1 = "12.4892" y1 = "12.2727" x2 = "19.1559" y2 = "18.9393" stroke = "currentColor" stroke-width = "3" / >
< / svg >
< input type = "search" class = "phpdocumentor-field phpdocumentor-search__field" placeholder = "Loading .." disabled / >
< / label >
< / section >
< nav class = "phpdocumentor-topnav" >
< ul class = "phpdocumentor-topnav__menu" >
< / ul >
< / nav >
< / header >
< main class = "phpdocumentor" >
< div class = "phpdocumentor-section" >
< input class = "phpdocumentor-sidebar__menu-button" type = "checkbox" id = "sidebar-button" name = "sidebar-button" / >
< label class = "phpdocumentor-sidebar__menu-icon" for = "sidebar-button" >
Menu
< / label >
< aside class = "phpdocumentor-column -four phpdocumentor-sidebar" >
< section class = "phpdocumentor-sidebar__category" >
< h2 class = "phpdocumentor-sidebar__category-header" > Namespaces< / h2 >
< h3 class = "phpdocumentor-sidebar__root-namespace" > < a href = "namespaces/default.html" > < abbr title = "\" > Global< / abbr > < / a > < / h3 >
< / section >
< section class = "phpdocumentor-sidebar__category" >
< h2 class = "phpdocumentor-sidebar__category-header" > Reports< / h2 >
< h3 class = "phpdocumentor-sidebar__root-package" > < a href = "reports/deprecated.html" > Deprecated< / a > < / h3 >
< h3 class = "phpdocumentor-sidebar__root-package" > < a href = "reports/errors.html" > Errors< / a > < / h3 >
< h3 class = "phpdocumentor-sidebar__root-package" > < a href = "reports/markers.html" > Markers< / a > < / h3 >
< / section >
< section class = "phpdocumentor-sidebar__category" >
< h2 class = "phpdocumentor-sidebar__category-header" > Indices< / h2 >
< h3 class = "phpdocumentor-sidebar__root-package" > < a href = "indices/files.html" > Files< / a > < / h3 >
< / section >
< / aside >
< div class = "phpdocumentor-column -eight phpdocumentor-content" >
< ul class = "phpdocumentor-breadcrumbs" >
2021-04-18 19:30:42 +00:00
< li class = "phpdocumentor-breadcrumb" > < a href = "packages/footnotes.html" > footnotes< / a > < / li >
2021-02-20 19:55:52 +00:00
< / ul >
< article class = "phpdocumentor-element -class" >
< h2 class = "phpdocumentor-content__title" >
2021-04-25 08:28:02 +00:00
Footnotes
2021-02-20 19:55:52 +00:00
< / h2 >
< aside class = "phpdocumentor-element-found-in" >
2021-04-25 08:28:02 +00:00
< abbr class = "phpdocumentor-element-found-in__file" title = "src/class/init.php" > < a href = "files/src-class-init.html" > < abbr title = "src/class/init.php" > init.php< / abbr > < / a > < / abbr >
2021-02-20 19:55:52 +00:00
:
2021-04-25 08:28:02 +00:00
< span class = "phpdocumentor-element-found-in__line" > 16< / span >
2021-02-20 19:55:52 +00:00
< / aside >
2021-04-25 08:28:02 +00:00
< p class = "phpdocumentor-summary" > Provides an entry point to the Plugin.< / p >
2021-02-20 19:55:52 +00:00
2021-04-25 08:28:02 +00:00
< section class = "phpdocumentor-description" > < p > Loads the dashboard and executes the task.< / p >
< / section >
2021-02-20 19:55:52 +00:00
< h5 class = "phpdocumentor-tag-list__heading" id = "tags" >
Tags
< a href = "#tags" class = "headerlink" > < i class = "fas fa-link" > < / i > < / a >
< / h5 >
< dl class = "phpdocumentor-tag-list" >
< dt class = "phpdocumentor-tag-list__entry" >
< span class = "phpdocumentor-tag__name" > since< / span >
< / dt >
< dd class = "phpdocumentor-tag-list__definition" >
< span class = "phpdocumentor-tag-link" > 1.5.0< / span >
< section class = "phpdocumentor-description" > < / section >
< / dd >
< / dl >
< h3 id = "toc" >
Table of Contents
< a href = "#toc" class = "headerlink" > < i class = "fas fa-link" > < / i > < / a >
< / h3 >
< dl class = "phpdocumentor-table-of-contents" >
< dt class = "phpdocumentor-table-of-contents__entry -property -public" >
2021-04-25 08:28:02 +00:00
< a href = "classes/Footnotes.html#property_a_bool_alternative_tooltips_enabled" > $a_bool_alternative_tooltips_enabled< / a >
2021-02-20 19:55:52 +00:00
< span >
2021-04-18 19:30:42 +00:00
: bool < / span >
2021-02-20 19:55:52 +00:00
< / dt >
2021-04-18 19:30:42 +00:00
< dd > Allows to determine whether alternative tooltips are enabled.< / dd >
2021-02-20 19:55:52 +00:00
< dt class = "phpdocumentor-table-of-contents__entry -property -public" >
2021-04-25 08:28:02 +00:00
< a href = "classes/Footnotes.html#property_a_bool_amp_enabled" > $a_bool_amp_enabled< / a >
2021-02-20 19:55:52 +00:00
< span >
: bool < / span >
< / dt >
2021-04-18 19:30:42 +00:00
< dd > Allows to determine whether AMP compatibility mode is enabled.< / dd >
2021-02-20 19:55:52 +00:00
< dt class = "phpdocumentor-table-of-contents__entry -property -public" >
2021-04-25 08:28:02 +00:00
< a href = "classes/Footnotes.html#property_a_bool_tooltips_enabled" > $a_bool_tooltips_enabled< / a >
2021-04-18 19:30:42 +00:00
< span >
: bool < / span >
< / dt >
2021-04-25 08:28:02 +00:00
< dd > Flag for using tooltips.< / dd >
2021-04-18 19:30:42 +00:00
< dt class = "phpdocumentor-table-of-contents__entry -property -public" >
2021-04-25 08:28:02 +00:00
< a href = "classes/Footnotes.html#property_a_obj_task" > $a_obj_task< / a >
2021-02-20 19:55:52 +00:00
< span >
2021-04-25 08:28:02 +00:00
: < abbr title = "\Task" > Task< / abbr > < / span >
2021-02-20 19:55:52 +00:00
< / dt >
2021-04-25 08:28:02 +00:00
< dd > The Plugin task.< / dd >
2021-02-20 19:55:52 +00:00
2021-04-18 19:30:42 +00:00
< dt class = "phpdocumentor-table-of-contents__entry -property -public" >
2021-04-25 08:28:02 +00:00
< a href = "classes/Footnotes.html#property_a_str_script_mode" > $a_str_script_mode< / a >
2021-04-18 19:30:42 +00:00
< span >
: < abbr title = "\str" > str< / abbr > < / span >
< / dt >
< dd > Allows to determine the script mode among jQuery or plain JS.< / dd >
2021-02-20 19:55:52 +00:00
< dt class = "phpdocumentor-table-of-contents__entry -method -public" >
2021-04-25 08:28:02 +00:00
< a href = "classes/Footnotes.html#method_initialize_widgets" > initialize_widgets()< / a >
2021-02-20 19:55:52 +00:00
< span >
: mixed < / span >
< / dt >
< dd > Initializes all Widgets of the Plugin.< / dd >
< dt class = "phpdocumentor-table-of-contents__entry -method -public" >
2021-04-25 08:28:02 +00:00
< a href = "classes/Footnotes.html#method_register_public" > register_public()< / a >
2021-02-20 19:55:52 +00:00
< span >
: mixed < / span >
< / dt >
< dd > Registers and enqueues scripts and stylesheets to the public pages.< / dd >
< dt class = "phpdocumentor-table-of-contents__entry -method -public" >
2021-04-25 08:28:02 +00:00
< a href = "classes/Footnotes.html#method_run" > run()< / a >
2021-02-20 19:55:52 +00:00
< span >
: mixed < / span >
< / dt >
< dd > Executes the Plugin.< / dd >
< dt class = "phpdocumentor-table-of-contents__entry -method -private" >
2021-04-25 08:28:02 +00:00
< a href = "classes/Footnotes.html#method_initialize_dashboard" > initialize_dashboard()< / a >
2021-02-20 19:55:52 +00:00
< span >
: mixed < / span >
< / dt >
< dd > Initializes the Dashboard of the Plugin and loads them.< / dd >
< dt class = "phpdocumentor-table-of-contents__entry -method -private" >
2021-04-25 08:28:02 +00:00
< a href = "classes/Footnotes.html#method_initialize_task" > initialize_task()< / a >
2021-02-20 19:55:52 +00:00
< span >
: mixed < / span >
< / dt >
< dd > Initializes the Plugin Task and registers the Task hooks.< / dd >
< / dl >
< section class = "phpdocumentor-properties" >
< h3 class = "phpdocumentor-elements__header" id = "properties" >
Properties
2021-04-25 08:28:02 +00:00
< a href = "classes/Footnotes.html#properties" class = "headerlink" > < i class = "fas fa-link" > < / i > < / a >
2021-02-20 19:55:52 +00:00
< / h3 >
< article
class="
phpdocumentor-element
-property
-public
-static "
>
2021-04-18 19:30:42 +00:00
< h4 class = "phpdocumentor-element__name" id = "property_a_bool_alternative_tooltips_enabled" >
$a_bool_alternative_tooltips_enabled
2021-04-25 08:28:02 +00:00
< a href = "classes/Footnotes.html#property_a_bool_alternative_tooltips_enabled" class = "headerlink" > < i class = "fas fa-link" > < / i > < / a >
2021-02-20 19:55:52 +00:00
< span class = "phpdocumentor-element__modifiers" >
< / span >
< / h4 >
< aside class = "phpdocumentor-element-found-in" >
2021-04-25 08:28:02 +00:00
< abbr class = "phpdocumentor-element-found-in__file" title = "src/class/init.php" > < a href = "files/src-class-init.html" > < abbr title = "src/class/init.php" > init.php< / abbr > < / a > < / abbr >
2021-02-20 19:55:52 +00:00
:
2021-04-25 08:28:02 +00:00
< span class = "phpdocumentor-element-found-in__line" > 49< / span >
2021-02-20 19:55:52 +00:00
< / aside >
2021-04-18 19:30:42 +00:00
< p class = "phpdocumentor-summary" > Allows to determine whether alternative tooltips are enabled.< / p >
2021-02-20 19:55:52 +00:00
< code class = "phpdocumentor-code phpdocumentor-signature " >
< span class = "phpdocumentor-signature__visibility" > public< / span >
2021-04-18 19:30:42 +00:00
< span class = "phpdocumentor-signature__static" > static< / span > < span class = "phpdocumentor-signature__type" > bool< / span >
< span class = "phpdocumentor-signature__name" > $a_bool_alternative_tooltips_enabled< / span >
2021-02-20 19:55:52 +00:00
= < span class = "phpdocumentor-signature__default-value" > alse< / span > < / code >
2021-04-18 19:30:42 +00:00
< section class = "phpdocumentor-description" > < ul >
< li > Bugfix: Tooltips: optional alternative JS implementation with CSS transitions to fix configuration-related outage, thanks to @andreasra feedback.< / li >
< / ul >
< / section >
2021-02-20 19:55:52 +00:00
2021-04-18 19:30:42 +00:00
< h5 class = "phpdocumentor-tag-list__heading" id = "tags" >
Tags
< a href = "#tags" class = "headerlink" > < i class = "fas fa-link" > < / i > < / a >
< / h5 >
< dl class = "phpdocumentor-tag-list" >
< dt class = "phpdocumentor-tag-list__entry" >
< span class = "phpdocumentor-tag__name" > since< / span >
< / dt >
< dd class = "phpdocumentor-tag-list__definition" >
< span class = "phpdocumentor-tag-link" > 2.1.1< / span >
< section class = "phpdocumentor-description" > < / section >
< / dd >
< dt class = "phpdocumentor-tag-list__entry" >
< span class = "phpdocumentor-tag__name" > since< / span >
< / dt >
< dd class = "phpdocumentor-tag-list__definition" >
< span class = "phpdocumentor-tag-link" > 2.4.0< / span >
< section class = "phpdocumentor-description" > < / section >
< / dd >
< dt class = "phpdocumentor-tag-list__entry" >
< span class = "phpdocumentor-tag__name" > reporter< / span >
< / dt >
< dd class = "phpdocumentor-tag-list__definition" >
< section class = "phpdocumentor-description" > < p > @andreasra< / p >
< / section >
< / dd >
< dt class = "phpdocumentor-tag-list__entry" >
< span class = "phpdocumentor-tag__name" > link< / span >
< / dt >
< dd class = "phpdocumentor-tag-list__definition" >
< a class = "phpdocumentor-tag-link" href = "https://wordpress.org/support/topic/footnotes-appearing-in-header/page/2/#post-13632566" > https://wordpress.org/support/topic/footnotes-appearing-in-header/page/2/#post-13632566 < / a >
< / dd >
< dt class = "phpdocumentor-tag-list__entry" >
< span class = "phpdocumentor-tag__name" > contributor< / span >
< / dt >
< dd class = "phpdocumentor-tag-list__definition" >
< section class = "phpdocumentor-description" > < p > Patrizia Lutz @misfist< / p >
< / section >
< / dd >
< / dl >
2021-02-20 19:55:52 +00:00
< / article >
< article
class="
phpdocumentor-element
-property
-public
-static "
>
2021-04-18 19:30:42 +00:00
< h4 class = "phpdocumentor-element__name" id = "property_a_bool_amp_enabled" >
$a_bool_amp_enabled
2021-04-25 08:28:02 +00:00
< a href = "classes/Footnotes.html#property_a_bool_amp_enabled" class = "headerlink" > < i class = "fas fa-link" > < / i > < / a >
2021-02-20 19:55:52 +00:00
< span class = "phpdocumentor-element__modifiers" >
< / span >
< / h4 >
< aside class = "phpdocumentor-element-found-in" >
2021-04-25 08:28:02 +00:00
< abbr class = "phpdocumentor-element-found-in__file" title = "src/class/init.php" > < a href = "files/src-class-init.html" > < abbr title = "src/class/init.php" > init.php< / abbr > < / a > < / abbr >
2021-02-20 19:55:52 +00:00
:
2021-04-25 08:28:02 +00:00
< span class = "phpdocumentor-element-found-in__line" > 71< / span >
2021-02-20 19:55:52 +00:00
< / aside >
2021-04-18 19:30:42 +00:00
< p class = "phpdocumentor-summary" > Allows to determine whether AMP compatibility mode is enabled.< / p >
2021-02-20 19:55:52 +00:00
< code class = "phpdocumentor-code phpdocumentor-signature " >
< span class = "phpdocumentor-signature__visibility" > public< / span >
< span class = "phpdocumentor-signature__static" > static< / span > < span class = "phpdocumentor-signature__type" > bool< / span >
2021-04-18 19:30:42 +00:00
< span class = "phpdocumentor-signature__name" > $a_bool_amp_enabled< / span >
2021-02-20 19:55:52 +00:00
= < span class = "phpdocumentor-signature__default-value" > alse< / span > < / code >
< section class = "phpdocumentor-description" > < ul >
2021-04-18 19:30:42 +00:00
< li > Adding: Tooltips: make display work purely by style rules for AMP compatibility, thanks to @milindmore22 code contribution.< / li >
< li > Bugfix: Tooltips: enable accessibility by keyboard navigation, thanks to @westonruter code contribution.< / li >
< li > Adding: Reference container: get expanding and collapsing to work also in AMP compatibility mode, thanks to @westonruter code contribution.< / li >
2021-02-20 19:55:52 +00:00
< / ul >
< / section >
< h5 class = "phpdocumentor-tag-list__heading" id = "tags" >
Tags
< a href = "#tags" class = "headerlink" > < i class = "fas fa-link" > < / i > < / a >
< / h5 >
< dl class = "phpdocumentor-tag-list" >
< dt class = "phpdocumentor-tag-list__entry" >
< span class = "phpdocumentor-tag__name" > since< / span >
< / dt >
< dd class = "phpdocumentor-tag-list__definition" >
2021-04-18 19:30:42 +00:00
< span class = "phpdocumentor-tag-link" > 2.5.11< / span >
2021-02-20 19:55:52 +00:00
2021-04-18 19:30:42 +00:00
< section class = "phpdocumentor-description" > < p > (draft)< / p >
< / section >
< / dd >
< dt class = "phpdocumentor-tag-list__entry" >
< span class = "phpdocumentor-tag__name" > since< / span >
< / dt >
< dd class = "phpdocumentor-tag-list__definition" >
< span class = "phpdocumentor-tag-link" > 2.6.0< / span >
< section class = "phpdocumentor-description" > < p > (release)< / p >
< / section >
2021-02-20 19:55:52 +00:00
< / dd >
< dt class = "phpdocumentor-tag-list__entry" >
2021-04-18 19:30:42 +00:00
< span class = "phpdocumentor-tag__name" > contributor< / span >
2021-02-20 19:55:52 +00:00
< / dt >
< dd class = "phpdocumentor-tag-list__definition" >
2021-04-18 19:30:42 +00:00
< section class = "phpdocumentor-description" > < p > @milindmore22< / p >
< / section >
< / dd >
< dt class = "phpdocumentor-tag-list__entry" >
< span class = "phpdocumentor-tag__name" > contributor< / span >
< / dt >
< dd class = "phpdocumentor-tag-list__definition" >
< section class = "phpdocumentor-description" > < p > @westonruter< / p >
< / section >
< / dd >
< dt class = "phpdocumentor-tag-list__entry" >
< span class = "phpdocumentor-tag__name" > link< / span >
< / dt >
< dd class = "phpdocumentor-tag-list__definition" >
< a class = "phpdocumentor-tag-link" href = "https://github.com/ampproject/amp-wp/issues/5913#issuecomment-785306933" > https://github.com/ampproject/amp-wp/issues/5913#issuecomment-785306933 < / a >
< / dd >
< dt class = "phpdocumentor-tag-list__entry" >
< span class = "phpdocumentor-tag__name" > link< / span >
< / dt >
< dd class = "phpdocumentor-tag-list__definition" >
< a class = "phpdocumentor-tag-link" href = "https://github.com/ampproject/amp-wp/issues/5913#issuecomment-785419655" > https://github.com/ampproject/amp-wp/issues/5913#issuecomment-785419655 < / a >
< / dd >
< dt class = "phpdocumentor-tag-list__entry" >
< span class = "phpdocumentor-tag__name" > link< / span >
< / dt >
< dd class = "phpdocumentor-tag-list__definition" >
< a class = "phpdocumentor-tag-link" href = "https://github.com/markcheret/footnotes/issues/48#issuecomment-799580854" > https://github.com/markcheret/footnotes/issues/48#issuecomment-799580854 < / a >
< / dd >
< dt class = "phpdocumentor-tag-list__entry" >
< span class = "phpdocumentor-tag__name" > link< / span >
< / dt >
< dd class = "phpdocumentor-tag-list__definition" >
< a class = "phpdocumentor-tag-link" href = "https://github.com/markcheret/footnotes/issues/48#issuecomment-799582394" > https://github.com/markcheret/footnotes/issues/48#issuecomment-799582394 < / a >
< / dd >
< / dl >
< / article >
< article
class="
phpdocumentor-element
-property
-public
-static "
>
< h4 class = "phpdocumentor-element__name" id = "property_a_bool_tooltips_enabled" >
$a_bool_tooltips_enabled
2021-04-25 08:28:02 +00:00
< a href = "classes/Footnotes.html#property_a_bool_tooltips_enabled" class = "headerlink" > < i class = "fas fa-link" > < / i > < / a >
2021-04-18 19:30:42 +00:00
< span class = "phpdocumentor-element__modifiers" >
< / span >
< / h4 >
< aside class = "phpdocumentor-element-found-in" >
2021-04-25 08:28:02 +00:00
< abbr class = "phpdocumentor-element-found-in__file" title = "src/class/init.php" > < a href = "files/src-class-init.html" > < abbr title = "src/class/init.php" > init.php< / abbr > < / a > < / abbr >
2021-04-18 19:30:42 +00:00
:
2021-04-25 08:28:02 +00:00
< span class = "phpdocumentor-element-found-in__line" > 33< / span >
2021-04-18 19:30:42 +00:00
< / aside >
2021-04-25 08:28:02 +00:00
< p class = "phpdocumentor-summary" > Flag for using tooltips.< / p >
2021-04-18 19:30:42 +00:00
< code class = "phpdocumentor-code phpdocumentor-signature " >
< span class = "phpdocumentor-signature__visibility" > public< / span >
< span class = "phpdocumentor-signature__static" > static< / span > < span class = "phpdocumentor-signature__type" > bool< / span >
< span class = "phpdocumentor-signature__name" > $a_bool_tooltips_enabled< / span >
= < span class = "phpdocumentor-signature__default-value" > alse< / span > < / code >
2021-04-25 08:28:02 +00:00
< section class = "phpdocumentor-description" > < / section >
2021-02-20 19:55:52 +00:00
2021-04-18 19:30:42 +00:00
< h5 class = "phpdocumentor-tag-list__heading" id = "tags" >
Tags
< a href = "#tags" class = "headerlink" > < i class = "fas fa-link" > < / i > < / a >
< / h5 >
< dl class = "phpdocumentor-tag-list" >
< dt class = "phpdocumentor-tag-list__entry" >
< span class = "phpdocumentor-tag__name" > since< / span >
< / dt >
< dd class = "phpdocumentor-tag-list__definition" >
< span class = "phpdocumentor-tag-link" > 2.4.0< / span >
< section class = "phpdocumentor-description" > < / section >
2021-02-20 19:55:52 +00:00
< / dd >
< / dl >
< / article >
< article
class="
phpdocumentor-element
-property
-public
"
>
2021-04-18 19:30:42 +00:00
< h4 class = "phpdocumentor-element__name" id = "property_a_obj_task" >
$a_obj_task
2021-04-25 08:28:02 +00:00
< a href = "classes/Footnotes.html#property_a_obj_task" class = "headerlink" > < i class = "fas fa-link" > < / i > < / a >
2021-02-20 19:55:52 +00:00
< span class = "phpdocumentor-element__modifiers" >
< / span >
< / h4 >
< aside class = "phpdocumentor-element-found-in" >
2021-04-25 08:28:02 +00:00
< abbr class = "phpdocumentor-element-found-in__file" title = "src/class/init.php" > < a href = "files/src-class-init.html" > < abbr title = "src/class/init.php" > init.php< / abbr > < / a > < / abbr >
2021-02-20 19:55:52 +00:00
:
2021-04-25 08:28:02 +00:00
< span class = "phpdocumentor-element-found-in__line" > 24< / span >
2021-02-20 19:55:52 +00:00
< / aside >
2021-04-25 08:28:02 +00:00
< p class = "phpdocumentor-summary" > The Plugin task.< / p >
2021-02-20 19:55:52 +00:00
< code class = "phpdocumentor-code phpdocumentor-signature " >
< span class = "phpdocumentor-signature__visibility" > public< / span >
2021-04-25 08:28:02 +00:00
< span class = "phpdocumentor-signature__type" > < abbr title = "\Task" > Task< / abbr > < / span >
2021-04-18 19:30:42 +00:00
< span class = "phpdocumentor-signature__name" > $a_obj_task< / span >
2021-02-20 19:55:52 +00:00
= < span class = "phpdocumentor-signature__default-value" >
ull< / span > < / code >
< section class = "phpdocumentor-description" > < / section >
< h5 class = "phpdocumentor-tag-list__heading" id = "tags" >
Tags
< a href = "#tags" class = "headerlink" > < i class = "fas fa-link" > < / i > < / a >
< / h5 >
< dl class = "phpdocumentor-tag-list" >
< dt class = "phpdocumentor-tag-list__entry" >
2021-04-18 19:30:42 +00:00
< span class = "phpdocumentor-tag__name" > since< / span >
2021-02-20 19:55:52 +00:00
< / dt >
< dd class = "phpdocumentor-tag-list__definition" >
2021-04-18 19:30:42 +00:00
< span class = "phpdocumentor-tag-link" > 1.5.0< / span >
2021-02-20 19:55:52 +00:00
2021-04-18 19:30:42 +00:00
< section class = "phpdocumentor-description" > < / section >
2021-02-20 19:55:52 +00:00
< / dd >
2021-04-18 19:30:42 +00:00
< / dl >
< / article >
< article
class="
phpdocumentor-element
-property
-public
-static "
>
< h4 class = "phpdocumentor-element__name" id = "property_a_str_script_mode" >
$a_str_script_mode
2021-04-25 08:28:02 +00:00
< a href = "classes/Footnotes.html#property_a_str_script_mode" class = "headerlink" > < i class = "fas fa-link" > < / i > < / a >
2021-04-18 19:30:42 +00:00
< span class = "phpdocumentor-element__modifiers" >
< / span >
< / h4 >
< aside class = "phpdocumentor-element-found-in" >
2021-04-25 08:28:02 +00:00
< abbr class = "phpdocumentor-element-found-in__file" title = "src/class/init.php" > < a href = "files/src-class-init.html" > < abbr title = "src/class/init.php" > init.php< / abbr > < / a > < / abbr >
2021-04-18 19:30:42 +00:00
:
2021-04-25 08:28:02 +00:00
< span class = "phpdocumentor-element-found-in__line" > 89< / span >
2021-04-18 19:30:42 +00:00
< / aside >
< p class = "phpdocumentor-summary" > Allows to determine the script mode among jQuery or plain JS.< / p >
< code class = "phpdocumentor-code phpdocumentor-signature " >
< span class = "phpdocumentor-signature__visibility" > public< / span >
< span class = "phpdocumentor-signature__static" > static< / span > < span class = "phpdocumentor-signature__type" > < abbr title = "\str" > str< / abbr > < / span >
< span class = "phpdocumentor-signature__name" > $a_str_script_mode< / span >
= < span class = "phpdocumentor-signature__default-value" > ' js' < / span > < / code >
< section class = "phpdocumentor-description" > < ul >
< li > Bugfix: Reference container: optional alternative expanding and collapsing without jQuery for use with hard links, thanks to @hopper87it @pkverma99 issue reports.< / li >
< / ul >
< / section >
< h5 class = "phpdocumentor-tag-list__heading" id = "tags" >
Tags
< a href = "#tags" class = "headerlink" > < i class = "fas fa-link" > < / i > < / a >
< / h5 >
< dl class = "phpdocumentor-tag-list" >
< dt class = "phpdocumentor-tag-list__entry" >
2021-02-20 19:55:52 +00:00
< span class = "phpdocumentor-tag__name" > since< / span >
< / dt >
< dd class = "phpdocumentor-tag-list__definition" >
2021-04-18 19:30:42 +00:00
< span class = "phpdocumentor-tag-link" > 2.5.6< / span >
2021-02-20 19:55:52 +00:00
< section class = "phpdocumentor-description" > < / section >
2021-04-18 19:30:42 +00:00
< / dd >
< dt class = "phpdocumentor-tag-list__entry" >
< span class = "phpdocumentor-tag__name" > reporter< / span >
< / dt >
< dd class = "phpdocumentor-tag-list__definition" >
< section class = "phpdocumentor-description" > < p > @hopper87it< / p >
< / section >
< / dd >
< dt class = "phpdocumentor-tag-list__entry" >
< span class = "phpdocumentor-tag__name" > reporter< / span >
< / dt >
< dd class = "phpdocumentor-tag-list__definition" >
< section class = "phpdocumentor-description" > < p > @pkverma99< / p >
< / section >
< / dd >
< dt class = "phpdocumentor-tag-list__entry" >
< span class = "phpdocumentor-tag__name" > link< / span >
< / dt >
< dd class = "phpdocumentor-tag-list__definition" >
< a class = "phpdocumentor-tag-link" href = "https://wordpress.org/support/topic/footnotes-wp-rocket/" > https://wordpress.org/support/topic/footnotes-wp-rocket/ < / a >
< / dd >
< dt class = "phpdocumentor-tag-list__entry" >
< span class = "phpdocumentor-tag__name" > link< / span >
< / dt >
< dd class = "phpdocumentor-tag-list__definition" >
< a class = "phpdocumentor-tag-link" href = "https://wordpress.org/support/topic/footnotes-wp-rocket/#post-14076188" > https://wordpress.org/support/topic/footnotes-wp-rocket/#post-14076188 < / a >
2021-02-20 19:55:52 +00:00
< / dd >
< / dl >
< / article >
< / section >
< section class = "phpdocumentor-methods" >
< h3 class = "phpdocumentor-elements__header" id = "methods" >
Methods
2021-04-25 08:28:02 +00:00
< a href = "classes/Footnotes.html#methods" class = "headerlink" > < i class = "fas fa-link" > < / i > < / a >
2021-02-20 19:55:52 +00:00
< / h3 >
< article
class="phpdocumentor-element
-method
-public
"
>
2021-04-18 19:30:42 +00:00
< h4 class = "phpdocumentor-element__name" id = "method_initialize_widgets" >
initialize_widgets()
2021-04-25 08:28:02 +00:00
< a href = "classes/Footnotes.html#method_initialize_widgets" class = "headerlink" > < i class = "fas fa-link" > < / i > < / a >
2021-02-20 19:55:52 +00:00
< / h4 >
< aside class = "phpdocumentor-element-found-in" >
2021-04-25 08:28:02 +00:00
< abbr class = "phpdocumentor-element-found-in__file" title = "src/class/init.php" > < a href = "files/src-class-init.html" > < abbr title = "src/class/init.php" > init.php< / abbr > < / a > < / abbr >
2021-02-20 19:55:52 +00:00
:
2021-04-25 08:28:02 +00:00
< span class = "phpdocumentor-element-found-in__line" > 155< / span >
2021-02-20 19:55:52 +00:00
< / aside >
< p class = "phpdocumentor-summary" > Initializes all Widgets of the Plugin.< / p >
< code class = "phpdocumentor-code phpdocumentor-signature " >
< span class = "phpdocumentor-signature__visibility" > public< / span >
2021-04-18 19:30:42 +00:00
< span class = "phpdocumentor-signature__name" > initialize_widgets< / span > < span > (< / span > < span > )< / span > < span > : < / span > < span class = "phpdocumentor-signature__response_type" > mixed< / span > < / code >
2021-02-20 19:55:52 +00:00
< section class = "phpdocumentor-description" > < / section >
< h5 class = "phpdocumentor-tag-list__heading" id = "tags" >
Tags
< a href = "#tags" class = "headerlink" > < i class = "fas fa-link" > < / i > < / a >
< / h5 >
< dl class = "phpdocumentor-tag-list" >
< dt class = "phpdocumentor-tag-list__entry" >
< span class = "phpdocumentor-tag__name" > since< / span >
< / dt >
< dd class = "phpdocumentor-tag-list__definition" >
< span class = "phpdocumentor-tag-link" > 1.5.0< / span >
< section class = "phpdocumentor-description" > < ul >
< li > Update: Fix for deprecated PHP function create_function(), thanks to @psykonevro @daliasued bug reports, thanks to @felipelavinz code contribution< / li >
< / ul >
< / section >
< / dd >
< dt class = "phpdocumentor-tag-list__entry" >
< span class = "phpdocumentor-tag__name" > since< / span >
< / dt >
< dd class = "phpdocumentor-tag-list__definition" >
< span class = "phpdocumentor-tag-link" > 1.6.5< / span >
< section class = "phpdocumentor-description" > < / section >
< / dd >
< dt class = "phpdocumentor-tag-list__entry" >
< span class = "phpdocumentor-tag__name" > contributor< / span >
< / dt >
< dd class = "phpdocumentor-tag-list__definition" >
< section class = "phpdocumentor-description" > < p > @felipelavinz< / p >
< / section >
< / dd >
< dt class = "phpdocumentor-tag-list__entry" >
< span class = "phpdocumentor-tag__name" > link< / span >
< / dt >
< dd class = "phpdocumentor-tag-list__definition" >
< a class = "phpdocumentor-tag-link" href = "https://github.com/media-competence-institute/footnotes/commit/87173d2980c7ff90e12ffee94ca7153e11163793" > https://github.com/media-competence-institute/footnotes/commit/87173d2980c7ff90e12ffee94ca7153e11163793 < / a >
< / dd >
< dt class = "phpdocumentor-tag-list__entry" >
< span class = "phpdocumentor-tag__name" > link< / span >
< / dt >
< dd class = "phpdocumentor-tag-list__definition" >
< a class = "phpdocumentor-tag-link" href = "https://wordpress.org/support/topic/bug-function-create_function-is-deprecated/" > https://wordpress.org/support/topic/bug-function-create_function-is-deprecated/ < / a >
< / dd >
< dt class = "phpdocumentor-tag-list__entry" >
< span class = "phpdocumentor-tag__name" > link< / span >
< / dt >
< dd class = "phpdocumentor-tag-list__definition" >
< a class = "phpdocumentor-tag-link" href = "https://wordpress.org/support/topic/deprecated-function-create_function-14/" > https://wordpress.org/support/topic/deprecated-function-create_function-14/ < / a >
< / dd >
< dt class = "phpdocumentor-tag-list__entry" >
< span class = "phpdocumentor-tag__name" > link< / span >
< / dt >
< dd class = "phpdocumentor-tag-list__definition" >
< a class = "phpdocumentor-tag-link" href = "https://wordpress.org/support/topic/deprecated-function-create_function-14/#post-13312853" > < p > create_function() was deprecated in PHP 7.2.0 and removed in PHP 8.0.0.< / p >
< / a >
< / dd >
< dt class = "phpdocumentor-tag-list__entry" >
< span class = "phpdocumentor-tag__name" > link< / span >
< / dt >
< dd class = "phpdocumentor-tag-list__definition" >
< a class = "phpdocumentor-tag-link" href = "https://www.php.net/manual/en/function.create-function.php" > < p > The fix is to move add_action() above into run(),
and use the bare register_widget() here.< / p >
< / a >
< / dd >
< dt class = "phpdocumentor-tag-list__entry" >
< span class = "phpdocumentor-tag__name" > reporter< / span >
< / dt >
< dd class = "phpdocumentor-tag-list__definition" >
< section class = "phpdocumentor-description" > < p > @psykonevro< / p >
< / section >
< / dd >
< dt class = "phpdocumentor-tag-list__entry" >
< span class = "phpdocumentor-tag__name" > reporter< / span >
< / dt >
< dd class = "phpdocumentor-tag-list__definition" >
< section class = "phpdocumentor-description" > < p > @daliasued< / p >
< / section >
< / dd >
< dt class = "phpdocumentor-tag-list__entry" >
< span class = "phpdocumentor-tag__name" > see< / span >
< / dt >
< dd class = "phpdocumentor-tag-list__definition" >
< span class = "phpdocumentor-tag-link" > < abbr title = "\self::run()" > self::run()< / abbr > < / span >
2021-04-18 19:30:42 +00:00
< section class = "phpdocumentor-description" > < p > Also, the visibility of initialize_widgets() is not private any longer.< / p >
2021-02-20 19:55:52 +00:00
< / section >
< / dd >
< / dl >
< h5 class = "phpdocumentor-return-value__heading" > Return values< / h5 >
< span class = "phpdocumentor-signature__response_type" > mixed< / span >
—
< section class = "phpdocumentor-description" > < / section >
< / article >
< article
class="phpdocumentor-element
-method
-public
"
>
2021-04-18 19:30:42 +00:00
< h4 class = "phpdocumentor-element__name" id = "method_register_public" >
register_public()
2021-04-25 08:28:02 +00:00
< a href = "classes/Footnotes.html#method_register_public" class = "headerlink" > < i class = "fas fa-link" > < / i > < / a >
2021-02-20 19:55:52 +00:00
< / h4 >
< aside class = "phpdocumentor-element-found-in" >
2021-04-25 08:28:02 +00:00
< abbr class = "phpdocumentor-element-found-in__file" title = "src/class/init.php" > < a href = "files/src-class-init.html" > < abbr title = "src/class/init.php" > init.php< / abbr > < / a > < / abbr >
2021-02-20 19:55:52 +00:00
:
2021-04-25 08:28:02 +00:00
< span class = "phpdocumentor-element-found-in__line" > 189< / span >
2021-02-20 19:55:52 +00:00
< / aside >
< p class = "phpdocumentor-summary" > Registers and enqueues scripts and stylesheets to the public pages.< / p >
< code class = "phpdocumentor-code phpdocumentor-signature " >
< span class = "phpdocumentor-signature__visibility" > public< / span >
2021-04-18 19:30:42 +00:00
< span class = "phpdocumentor-signature__name" > register_public< / span > < span > (< / span > < span > )< / span > < span > : < / span > < span class = "phpdocumentor-signature__response_type" > mixed< / span > < / code >
2021-02-20 19:55:52 +00:00
< section class = "phpdocumentor-description" > < / section >
< h5 class = "phpdocumentor-tag-list__heading" id = "tags" >
Tags
< a href = "#tags" class = "headerlink" > < i class = "fas fa-link" > < / i > < / a >
< / h5 >
< dl class = "phpdocumentor-tag-list" >
< dt class = "phpdocumentor-tag-list__entry" >
< span class = "phpdocumentor-tag__name" > since< / span >
< / dt >
< dd class = "phpdocumentor-tag-list__definition" >
< span class = "phpdocumentor-tag-link" > 1.5.0< / span >
< section class = "phpdocumentor-description" > < / section >
< / dd >
< dt class = "phpdocumentor-tag-list__entry" >
< span class = "phpdocumentor-tag__name" > since< / span >
< / dt >
< dd class = "phpdocumentor-tag-list__definition" >
< span class = "phpdocumentor-tag-link" > 2.0.0< / span >
< section class = "phpdocumentor-description" > < p > Update: Tooltips: fix disabling bug by loading jQuery UI library, thanks to @rajinderverma @ericcorbett2 @honlapdavid @mmallett bug reports, thanks to @vonpiernik code contribution.< / p >
< / section >
< / dd >
< dt class = "phpdocumentor-tag-list__entry" >
< span class = "phpdocumentor-tag__name" > since< / span >
< / dt >
< dd class = "phpdocumentor-tag-list__definition" >
< span class = "phpdocumentor-tag-link" > 2.0.3< / span >
2021-04-18 19:30:42 +00:00
< section class = "phpdocumentor-description" > < p > add versioning of public.css for cache busting< / p >
2021-02-20 19:55:52 +00:00
< / section >
< / dd >
< dt class = "phpdocumentor-tag-list__entry" >
< span class = "phpdocumentor-tag__name" > since< / span >
< / dt >
< dd class = "phpdocumentor-tag-list__definition" >
< span class = "phpdocumentor-tag-link" > 2.0.4< / span >
2021-04-18 19:30:42 +00:00
< section class = "phpdocumentor-description" > < p > add jQuery UI from WordPress< / p >
2021-02-20 19:55:52 +00:00
< / section >
< / dd >
< dt class = "phpdocumentor-tag-list__entry" >
< span class = "phpdocumentor-tag__name" > since< / span >
< / dt >
< dd class = "phpdocumentor-tag-list__definition" >
< span class = "phpdocumentor-tag-link" > 2.1.4< / span >
2021-04-18 19:30:42 +00:00
< section class = "phpdocumentor-description" > < p > automate passing version number for cache busting< / p >
2021-02-20 19:55:52 +00:00
< / section >
< / dd >
< dt class = "phpdocumentor-tag-list__entry" >
< span class = "phpdocumentor-tag__name" > since< / span >
< / dt >
< dd class = "phpdocumentor-tag-list__definition" >
< span class = "phpdocumentor-tag-link" > 2.1.4< / span >
2021-04-18 19:30:42 +00:00
< section class = "phpdocumentor-description" > < p > optionally enqueue an extra stylesheet< / p >
2021-02-20 19:55:52 +00:00
< / section >
< / dd >
< / dl >
< h5 class = "phpdocumentor-return-value__heading" > Return values< / h5 >
< span class = "phpdocumentor-signature__response_type" > mixed< / span >
—
< section class = "phpdocumentor-description" > < / section >
< / article >
< article
class="phpdocumentor-element
-method
-public
"
>
< h4 class = "phpdocumentor-element__name" id = "method_run" >
run()
2021-04-25 08:28:02 +00:00
< a href = "classes/Footnotes.html#method_run" class = "headerlink" > < i class = "fas fa-link" > < / i > < / a >
2021-02-20 19:55:52 +00:00
< / h4 >
< aside class = "phpdocumentor-element-found-in" >
2021-04-25 08:28:02 +00:00
< abbr class = "phpdocumentor-element-found-in__file" title = "src/class/init.php" > < a href = "files/src-class-init.html" > < abbr title = "src/class/init.php" > init.php< / abbr > < / a > < / abbr >
2021-02-20 19:55:52 +00:00
:
2021-04-25 08:28:02 +00:00
< span class = "phpdocumentor-element-found-in__line" > 106< / span >
2021-02-20 19:55:52 +00:00
< / aside >
< p class = "phpdocumentor-summary" > Executes the Plugin.< / p >
< code class = "phpdocumentor-code phpdocumentor-signature " >
< span class = "phpdocumentor-signature__visibility" > public< / span >
< span class = "phpdocumentor-signature__name" > run< / span > < span > (< / span > < span > )< / span > < span > : < / span > < span class = "phpdocumentor-signature__response_type" > mixed< / span > < / code >
< section class = "phpdocumentor-description" > < / section >
< h5 class = "phpdocumentor-tag-list__heading" id = "tags" >
Tags
< a href = "#tags" class = "headerlink" > < i class = "fas fa-link" > < / i > < / a >
< / h5 >
< dl class = "phpdocumentor-tag-list" >
< dt class = "phpdocumentor-tag-list__entry" >
< span class = "phpdocumentor-tag__name" > since< / span >
< / dt >
< dd class = "phpdocumentor-tag-list__definition" >
< span class = "phpdocumentor-tag-link" > 1.5.0< / span >
< section class = "phpdocumentor-description" > < ul >
< li > Bugfix: Improve widgets registration, thanks to @felipelavinz code contribution.< / li >
< / ul >
< / section >
< / dd >
< dt class = "phpdocumentor-tag-list__entry" >
< span class = "phpdocumentor-tag__name" > since< / span >
< / dt >
< dd class = "phpdocumentor-tag-list__definition" >
< span class = "phpdocumentor-tag-link" > 1.6.5< / span >
< section class = "phpdocumentor-description" > < / section >
< / dd >
< dt class = "phpdocumentor-tag-list__entry" >
< span class = "phpdocumentor-tag__name" > contributor< / span >
< / dt >
< dd class = "phpdocumentor-tag-list__definition" >
< section class = "phpdocumentor-description" > < p > @felipelavinz< / p >
< / section >
< / dd >
< dt class = "phpdocumentor-tag-list__entry" >
< span class = "phpdocumentor-tag__name" > link< / span >
< / dt >
2021-04-18 19:30:42 +00:00
< dd class = "phpdocumentor-tag-list__definition" >
< a class = "phpdocumentor-tag-link" href = "https://github.com/benleyjyc/footnotes/commit/87173d2980c7ff90e12ffee94ca7153e11163793" > https://github.com/benleyjyc/footnotes/commit/87173d2980c7ff90e12ffee94ca7153e11163793 < / a >
< / dd >
< dt class = "phpdocumentor-tag-list__entry" >
< span class = "phpdocumentor-tag__name" > link< / span >
< / dt >
2021-02-20 19:55:52 +00:00
< dd class = "phpdocumentor-tag-list__definition" >
< a class = "phpdocumentor-tag-link" href = "https://github.com/media-competence-institute/footnotes/commit/87173d2980c7ff90e12ffee94ca7153e11163793" > https://github.com/media-competence-institute/footnotes/commit/87173d2980c7ff90e12ffee94ca7153e11163793 < / a >
< / dd >
< dt class = "phpdocumentor-tag-list__entry" >
< span class = "phpdocumentor-tag__name" > see< / span >
< / dt >
< dd class = "phpdocumentor-tag-list__definition" >
2021-04-18 19:30:42 +00:00
< span class = "phpdocumentor-tag-link" > < abbr title = "\self::initialize_widgets()" > self::initialize_widgets()< / abbr > < / span >
2021-02-20 19:55:52 +00:00
< section class = "phpdocumentor-description" > < / section >
< / dd >
< / dl >
< h5 class = "phpdocumentor-return-value__heading" > Return values< / h5 >
< span class = "phpdocumentor-signature__response_type" > mixed< / span >
—
< section class = "phpdocumentor-description" > < / section >
< / article >
< article
class="phpdocumentor-element
-method
-private
"
>
2021-04-18 19:30:42 +00:00
< h4 class = "phpdocumentor-element__name" id = "method_initialize_dashboard" >
initialize_dashboard()
2021-04-25 08:28:02 +00:00
< a href = "classes/Footnotes.html#method_initialize_dashboard" class = "headerlink" > < i class = "fas fa-link" > < / i > < / a >
2021-02-20 19:55:52 +00:00
< / h4 >
< aside class = "phpdocumentor-element-found-in" >
2021-04-25 08:28:02 +00:00
< abbr class = "phpdocumentor-element-found-in__file" title = "src/class/init.php" > < a href = "files/src-class-init.html" > < abbr title = "src/class/init.php" > init.php< / abbr > < / a > < / abbr >
2021-02-20 19:55:52 +00:00
:
2021-04-25 08:28:02 +00:00
< span class = "phpdocumentor-element-found-in__line" > 164< / span >
2021-02-20 19:55:52 +00:00
< / aside >
< p class = "phpdocumentor-summary" > Initializes the Dashboard of the Plugin and loads them.< / p >
< code class = "phpdocumentor-code phpdocumentor-signature " >
< span class = "phpdocumentor-signature__visibility" > private< / span >
2021-04-18 19:30:42 +00:00
< span class = "phpdocumentor-signature__name" > initialize_dashboard< / span > < span > (< / span > < span > )< / span > < span > : < / span > < span class = "phpdocumentor-signature__response_type" > mixed< / span > < / code >
2021-02-20 19:55:52 +00:00
< section class = "phpdocumentor-description" > < / section >
< h5 class = "phpdocumentor-tag-list__heading" id = "tags" >
Tags
< a href = "#tags" class = "headerlink" > < i class = "fas fa-link" > < / i > < / a >
< / h5 >
< dl class = "phpdocumentor-tag-list" >
< dt class = "phpdocumentor-tag-list__entry" >
< span class = "phpdocumentor-tag__name" > since< / span >
< / dt >
< dd class = "phpdocumentor-tag-list__definition" >
< span class = "phpdocumentor-tag-link" > 1.5.0< / span >
< section class = "phpdocumentor-description" > < / section >
< / dd >
< / dl >
< h5 class = "phpdocumentor-return-value__heading" > Return values< / h5 >
< span class = "phpdocumentor-signature__response_type" > mixed< / span >
—
< section class = "phpdocumentor-description" > < / section >
< / article >
< article
class="phpdocumentor-element
-method
-private
"
>
2021-04-18 19:30:42 +00:00
< h4 class = "phpdocumentor-element__name" id = "method_initialize_task" >
initialize_task()
2021-04-25 08:28:02 +00:00
< a href = "classes/Footnotes.html#method_initialize_task" class = "headerlink" > < i class = "fas fa-link" > < / i > < / a >
2021-02-20 19:55:52 +00:00
< / h4 >
< aside class = "phpdocumentor-element-found-in" >
2021-04-25 08:28:02 +00:00
< abbr class = "phpdocumentor-element-found-in__file" title = "src/class/init.php" > < a href = "files/src-class-init.html" > < abbr title = "src/class/init.php" > init.php< / abbr > < / a > < / abbr >
2021-02-20 19:55:52 +00:00
:
2021-04-25 08:28:02 +00:00
< span class = "phpdocumentor-element-found-in__line" > 173< / span >
2021-02-20 19:55:52 +00:00
< / aside >
< p class = "phpdocumentor-summary" > Initializes the Plugin Task and registers the Task hooks.< / p >
< code class = "phpdocumentor-code phpdocumentor-signature " >
< span class = "phpdocumentor-signature__visibility" > private< / span >
2021-04-18 19:30:42 +00:00
< span class = "phpdocumentor-signature__name" > initialize_task< / span > < span > (< / span > < span > )< / span > < span > : < / span > < span class = "phpdocumentor-signature__response_type" > mixed< / span > < / code >
2021-02-20 19:55:52 +00:00
< section class = "phpdocumentor-description" > < / section >
< h5 class = "phpdocumentor-tag-list__heading" id = "tags" >
Tags
< a href = "#tags" class = "headerlink" > < i class = "fas fa-link" > < / i > < / a >
< / h5 >
< dl class = "phpdocumentor-tag-list" >
< dt class = "phpdocumentor-tag-list__entry" >
< span class = "phpdocumentor-tag__name" > since< / span >
< / dt >
< dd class = "phpdocumentor-tag-list__definition" >
< span class = "phpdocumentor-tag-link" > 1.5.0< / span >
< section class = "phpdocumentor-description" > < / section >
< / dd >
< / dl >
< h5 class = "phpdocumentor-return-value__heading" > Return values< / h5 >
< span class = "phpdocumentor-signature__response_type" > mixed< / span >
—
< section class = "phpdocumentor-description" > < / section >
< / article >
< / section >
< / article >
< section data-search-results class = "phpdocumentor-search-results phpdocumentor-search-results--hidden" >
< section class = "phpdocumentor-search-results__dialog" >
< header class = "phpdocumentor-search-results__header" >
< h2 class = "phpdocumentor-search-results__title" > Search results< / h2 >
< button class = "phpdocumentor-search-results__close" > < i class = "fas fa-times" > < / i > < / button >
< / header >
< section class = "phpdocumentor-search-results__body" >
< ul class = "phpdocumentor-search-results__entries" > < / ul >
< / section >
< / section >
< / section >
< / div >
< / div >
2021-04-25 08:28:02 +00:00
< a href = "classes/Footnotes.html#top" class = "phpdocumentor-back-to-top" > < i class = "fas fa-chevron-circle-up" > < / i > < / a >
2021-02-20 19:55:52 +00:00
< / main >
< script >
cssVars({});
< / script >
< / body >
< / html >