mirror of
https://gh.llkk.cc/https://github.com/mainwp/mainwp.dev.git
synced 2025-10-04 15:43:04 +08:00
1259 lines
73 KiB
HTML
1259 lines
73 KiB
HTML
<!DOCTYPE html>
|
||
<html lang="en">
|
||
<head>
|
||
<meta charset="utf-8">
|
||
<title>MainWP Dashboard Code Reference</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">MainWP Dashboard Code Reference</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>
|
||
<h4 class="phpdocumentor-sidebar__root-namespace"><a href="namespaces/mainwp.html"><abbr title="\MainWP">MainWP</abbr></a></h4>
|
||
<ul class="phpdocumentor-list">
|
||
<li><a href="namespaces/mainwp-child.html"><abbr title="\MainWP\Child">Child</abbr></a></li>
|
||
</ul>
|
||
<h4 class="phpdocumentor-sidebar__root-namespace"><a href="namespaces/composer.html"><abbr title="\Composer">Composer</abbr></a></h4>
|
||
<ul class="phpdocumentor-list">
|
||
<li><a href="namespaces/composer-autoload.html"><abbr title="\Composer\Autoload">Autoload</abbr></a></li>
|
||
</ul>
|
||
<h4 class="phpdocumentor-sidebar__root-namespace"><a href="namespaces/paragonie.html"><abbr title="\ParagonIE">ParagonIE</abbr></a></h4>
|
||
<ul class="phpdocumentor-list">
|
||
<li><a href="namespaces/paragonie-constanttime.html"><abbr title="\ParagonIE\ConstantTime">ConstantTime</abbr></a></li>
|
||
</ul>
|
||
<h4 class="phpdocumentor-sidebar__root-namespace"><a href="namespaces/phpseclib3.html"><abbr title="\phpseclib3">phpseclib3</abbr></a></h4>
|
||
<ul class="phpdocumentor-list">
|
||
<li><a href="namespaces/phpseclib3-common.html"><abbr title="\phpseclib3\Common">Common</abbr></a></li>
|
||
<li><a href="namespaces/phpseclib3-crypt.html"><abbr title="\phpseclib3\Crypt">Crypt</abbr></a></li>
|
||
<li><a href="namespaces/phpseclib3-exception.html"><abbr title="\phpseclib3\Exception">Exception</abbr></a></li>
|
||
<li><a href="namespaces/phpseclib3-file.html"><abbr title="\phpseclib3\File">File</abbr></a></li>
|
||
<li><a href="namespaces/phpseclib3-math.html"><abbr title="\phpseclib3\Math">Math</abbr></a></li>
|
||
<li><a href="namespaces/phpseclib3-net.html"><abbr title="\phpseclib3\Net">Net</abbr></a></li>
|
||
<li><a href="namespaces/phpseclib3-system.html"><abbr title="\phpseclib3\System">System</abbr></a></li>
|
||
</ul>
|
||
</section>
|
||
|
||
<section class="phpdocumentor-sidebar__category">
|
||
<h2 class="phpdocumentor-sidebar__category-header">Packages</h2>
|
||
<h3 class="phpdocumentor-sidebar__root-package"><a href="packages/MainWP.html"><abbr title="\MainWP">MainWP</abbr></a></h3>
|
||
<ul class="phpdocumentor-list">
|
||
<li><a href="packages/MainWP-Child.html"><abbr title="\MainWP\Child">Child</abbr></a></li>
|
||
<li><a href="packages/MainWP-ChildCreditsPlugin.html"><abbr title="\MainWP\ChildCreditsPlugin">ChildCreditsPlugin</abbr></a></li>
|
||
<li><a href="packages/MainWP-Dashboard.html"><abbr title="\MainWP\Dashboard">Dashboard</abbr></a></li>
|
||
</ul>
|
||
<h3 class="phpdocumentor-sidebar__root-package"><a href="packages/MainWPChild.html"><abbr title="\MainWPChild">MainWPChild</abbr></a></h3>
|
||
<h3 class="phpdocumentor-sidebar__root-package"><a href="packages/Default.html"><abbr title="\Default">Default</abbr></a></h3>
|
||
<h3 class="phpdocumentor-sidebar__root-package"><a href="packages/ParagonIE.html"><abbr title="\ParagonIE">ParagonIE</abbr></a></h3>
|
||
<ul class="phpdocumentor-list">
|
||
<li><a href="packages/ParagonIE-ConstantTime.html"><abbr title="\ParagonIE\ConstantTime">ConstantTime</abbr></a></li>
|
||
</ul>
|
||
<h3 class="phpdocumentor-sidebar__root-package"><a href="packages/Mainwp.html"><abbr title="\Mainwp">Mainwp</abbr></a></h3>
|
||
<ul class="phpdocumentor-list">
|
||
<li><a href="packages/Mainwp-Child.html"><abbr title="\Mainwp\Child">Child</abbr></a></li>
|
||
</ul>
|
||
</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">
|
||
<li class="phpdocumentor-breadcrumb"><a href="namespaces/mainwp.html">MainWP</a></li>
|
||
<li class="phpdocumentor-breadcrumb"><a href="namespaces/mainwp-child.html">Child</a></li>
|
||
</ul>
|
||
|
||
<article class="phpdocumentor-element -class">
|
||
<h2 class="phpdocumentor-content__title">
|
||
MainWP_Child_Install
|
||
|
||
|
||
<div class="phpdocumentor-element__package">
|
||
in package
|
||
<ul class="phpdocumentor-breadcrumbs">
|
||
<li class="phpdocumentor-breadcrumb"><a href="packages/MainWP.html">MainWP</a></li>
|
||
<li class="phpdocumentor-breadcrumb"><a href="packages/MainWP-Child.html">Child</a></li>
|
||
</ul>
|
||
</div>
|
||
|
||
|
||
</h2>
|
||
|
||
<aside class="phpdocumentor-element-found-in">
|
||
<abbr class="phpdocumentor-element-found-in__file" title="class/class-mainwp-child-install.php"><a href="files/class-class-mainwp-child-install.html"><abbr title="class/class-mainwp-child-install.php">class-mainwp-child-install.php</abbr></a></abbr>
|
||
:
|
||
<span class="phpdocumentor-element-found-in__line">17</span>
|
||
</aside>
|
||
|
||
<p class="phpdocumentor-summary">Class MainWP_Child_Install</p>
|
||
|
||
<section class="phpdocumentor-description"><p>Handles Plugins and Themes Activate, Deactivate and Delete process.</p>
|
||
</section>
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<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 -protected">
|
||
<a href="classes/MainWP-Child-MainWP-Child-Install.html#property_instance">$instance</a>
|
||
<span>
|
||
: mixed </span>
|
||
</dt>
|
||
<dd>Public static variable to hold the single instance of MainWP_Child_Install.</dd>
|
||
|
||
<dt class="phpdocumentor-table-of-contents__entry -method -public">
|
||
<a href="classes/MainWP-Child-MainWP-Child-Install.html#method___construct">__construct()</a>
|
||
<span>
|
||
: mixed
|
||
</span>
|
||
</dt>
|
||
<dd>MainWP_Child_Install constructor</dd>
|
||
|
||
<dt class="phpdocumentor-table-of-contents__entry -method -public">
|
||
<a href="classes/MainWP-Child-MainWP-Child-Install.html#method_get_class_name">get_class_name()</a>
|
||
<span>
|
||
: string
|
||
</span>
|
||
</dt>
|
||
<dd>Get class name.</dd>
|
||
|
||
<dt class="phpdocumentor-table-of-contents__entry -method -public">
|
||
<a href="classes/MainWP-Child-MainWP-Child-Install.html#method_get_instance">get_instance()</a>
|
||
<span>
|
||
: <a href="classes/MainWP-Child-MainWP-Child-Install.html"><abbr title="\MainWP\Child\MainWP_Child_Install">MainWP_Child_Install</abbr></a>|mixed|null
|
||
</span>
|
||
</dt>
|
||
<dd>Create a public static instance of MainWP_Child_Install.</dd>
|
||
|
||
<dt class="phpdocumentor-table-of-contents__entry -method -public">
|
||
<a href="classes/MainWP-Child-MainWP-Child-Install.html#method_install_plugin_theme">install_plugin_theme()</a>
|
||
<span>
|
||
: mixed
|
||
</span>
|
||
</dt>
|
||
<dd>Method install_plugin_theme()</dd>
|
||
|
||
<dt class="phpdocumentor-table-of-contents__entry -method -public">
|
||
<a href="classes/MainWP-Child-MainWP-Child-Install.html#method_no_ssl_filter_function">no_ssl_filter_function()</a>
|
||
<span>
|
||
: array<string|int, mixed>
|
||
</span>
|
||
</dt>
|
||
<dd>Method no_ssl_filter_function()</dd>
|
||
|
||
<dt class="phpdocumentor-table-of-contents__entry -method -public">
|
||
<a href="classes/MainWP-Child-MainWP-Child-Install.html#method_plugin_action">plugin_action()</a>
|
||
<span>
|
||
: mixed
|
||
</span>
|
||
</dt>
|
||
<dd>Method plugin_action()</dd>
|
||
|
||
<dt class="phpdocumentor-table-of-contents__entry -method -public">
|
||
<a href="classes/MainWP-Child-MainWP-Child-Install.html#method_theme_action">theme_action()</a>
|
||
<span>
|
||
: mixed
|
||
</span>
|
||
</dt>
|
||
<dd>Method theme_action()</dd>
|
||
|
||
<dt class="phpdocumentor-table-of-contents__entry -method -private">
|
||
<a href="classes/MainWP-Child-MainWP-Child-Install.html#method_after_installed">after_installed()</a>
|
||
<span>
|
||
: mixed
|
||
</span>
|
||
</dt>
|
||
<dd>Method after_installed()</dd>
|
||
|
||
<dt class="phpdocumentor-table-of-contents__entry -method -private">
|
||
<a href="classes/MainWP-Child-MainWP-Child-Install.html#method_delete_plugins">delete_plugins()</a>
|
||
<span>
|
||
: mixed
|
||
</span>
|
||
</dt>
|
||
<dd>Method delete_plugins()</dd>
|
||
|
||
<dt class="phpdocumentor-table-of-contents__entry -method -private">
|
||
<a href="classes/MainWP-Child-MainWP-Child-Install.html#method_require_files">require_files()</a>
|
||
<span>
|
||
: mixed
|
||
</span>
|
||
</dt>
|
||
<dd>Method require_files()</dd>
|
||
|
||
<dt class="phpdocumentor-table-of-contents__entry -method -private">
|
||
<a href="classes/MainWP-Child-MainWP-Child-Install.html#method_try_second_install">try_second_install()</a>
|
||
<span>
|
||
: object
|
||
</span>
|
||
</dt>
|
||
<dd>Method try_second_install()</dd>
|
||
|
||
</dl>
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<section class="phpdocumentor-properties">
|
||
<h3 class="phpdocumentor-elements__header" id="properties">
|
||
Properties
|
||
<a href="classes/MainWP-Child-MainWP-Child-Install.html#properties" class="headerlink"><i class="fas fa-link"></i></a>
|
||
</h3>
|
||
<article
|
||
class="
|
||
phpdocumentor-element
|
||
-property
|
||
-protected
|
||
-static "
|
||
>
|
||
<h4 class="phpdocumentor-element__name" id="property_instance">
|
||
$instance
|
||
<a href="classes/MainWP-Child-MainWP-Child-Install.html#property_instance" class="headerlink"><i class="fas fa-link"></i></a>
|
||
<span class="phpdocumentor-element__modifiers">
|
||
</span>
|
||
</h4>
|
||
<aside class="phpdocumentor-element-found-in">
|
||
<abbr class="phpdocumentor-element-found-in__file" title="class/class-mainwp-child-install.php"><a href="files/class-class-mainwp-child-install.html"><abbr title="class/class-mainwp-child-install.php">class-mainwp-child-install.php</abbr></a></abbr>
|
||
:
|
||
<span class="phpdocumentor-element-found-in__line">24</span>
|
||
</aside>
|
||
|
||
<p class="phpdocumentor-summary">Public static variable to hold the single instance of MainWP_Child_Install.</p>
|
||
|
||
<code class="phpdocumentor-code phpdocumentor-signature ">
|
||
<span class="phpdocumentor-signature__visibility">protected</span>
|
||
<span class="phpdocumentor-signature__static">static</span> <span class="phpdocumentor-signature__type">mixed</span>
|
||
<span class="phpdocumentor-signature__name">$instance</span>
|
||
= <span class="phpdocumentor-signature__default-value">null</span></code>
|
||
|
||
<section class="phpdocumentor-description"></section>
|
||
|
||
|
||
|
||
</article>
|
||
</section>
|
||
|
||
<section class="phpdocumentor-methods">
|
||
<h3 class="phpdocumentor-elements__header" id="methods">
|
||
Methods
|
||
<a href="classes/MainWP-Child-MainWP-Child-Install.html#methods" class="headerlink"><i class="fas fa-link"></i></a>
|
||
</h3>
|
||
<article
|
||
class="phpdocumentor-element
|
||
-method
|
||
-public
|
||
"
|
||
>
|
||
<h4 class="phpdocumentor-element__name" id="method___construct">
|
||
__construct()
|
||
<a href="classes/MainWP-Child-MainWP-Child-Install.html#method___construct" class="headerlink"><i class="fas fa-link"></i></a>
|
||
</h4>
|
||
<aside class="phpdocumentor-element-found-in">
|
||
<abbr class="phpdocumentor-element-found-in__file" title="class/class-mainwp-child-install.php"><a href="files/class-class-mainwp-child-install.html"><abbr title="class/class-mainwp-child-install.php">class-mainwp-child-install.php</abbr></a></abbr>
|
||
:
|
||
<span class="phpdocumentor-element-found-in__line">40</span>
|
||
</aside>
|
||
|
||
<p class="phpdocumentor-summary">MainWP_Child_Install constructor</p>
|
||
|
||
<code class="phpdocumentor-code phpdocumentor-signature ">
|
||
<span class="phpdocumentor-signature__visibility">public</span>
|
||
<span class="phpdocumentor-signature__name">__construct</span><span>(</span><span>)</span><span> : </span><span class="phpdocumentor-signature__response_type">mixed</span></code>
|
||
|
||
<section class="phpdocumentor-description"><p>Run any time class is called.</p>
|
||
</section>
|
||
|
||
|
||
|
||
|
||
<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
|
||
-static "
|
||
>
|
||
<h4 class="phpdocumentor-element__name" id="method_get_class_name">
|
||
get_class_name()
|
||
<a href="classes/MainWP-Child-MainWP-Child-Install.html#method_get_class_name" class="headerlink"><i class="fas fa-link"></i></a>
|
||
</h4>
|
||
<aside class="phpdocumentor-element-found-in">
|
||
<abbr class="phpdocumentor-element-found-in__file" title="class/class-mainwp-child-install.php"><a href="files/class-class-mainwp-child-install.html"><abbr title="class/class-mainwp-child-install.php">class-mainwp-child-install.php</abbr></a></abbr>
|
||
:
|
||
<span class="phpdocumentor-element-found-in__line">31</span>
|
||
</aside>
|
||
|
||
<p class="phpdocumentor-summary">Get class name.</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__name">get_class_name</span><span>(</span><span>)</span><span> : </span><span class="phpdocumentor-signature__response_type">string</span></code>
|
||
|
||
<section class="phpdocumentor-description"></section>
|
||
|
||
|
||
|
||
|
||
<h5 class="phpdocumentor-return-value__heading">Return values</h5>
|
||
<span class="phpdocumentor-signature__response_type">string</span>
|
||
—
|
||
<section class="phpdocumentor-description"><p><strong>CLASS</strong> Class name.</p>
|
||
</section>
|
||
|
||
|
||
</article>
|
||
<article
|
||
class="phpdocumentor-element
|
||
-method
|
||
-public
|
||
-static "
|
||
>
|
||
<h4 class="phpdocumentor-element__name" id="method_get_instance">
|
||
get_instance()
|
||
<a href="classes/MainWP-Child-MainWP-Child-Install.html#method_get_instance" class="headerlink"><i class="fas fa-link"></i></a>
|
||
</h4>
|
||
<aside class="phpdocumentor-element-found-in">
|
||
<abbr class="phpdocumentor-element-found-in__file" title="class/class-mainwp-child-install.php"><a href="files/class-class-mainwp-child-install.html"><abbr title="class/class-mainwp-child-install.php">class-mainwp-child-install.php</abbr></a></abbr>
|
||
:
|
||
<span class="phpdocumentor-element-found-in__line">48</span>
|
||
</aside>
|
||
|
||
<p class="phpdocumentor-summary">Create a public static instance of MainWP_Child_Install.</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__name">get_instance</span><span>(</span><span>)</span><span> : </span><span class="phpdocumentor-signature__response_type"><a href="classes/MainWP-Child-MainWP-Child-Install.html"><abbr title="\MainWP\Child\MainWP_Child_Install">MainWP_Child_Install</abbr></a>|mixed|null</span></code>
|
||
|
||
<section class="phpdocumentor-description"></section>
|
||
|
||
|
||
|
||
|
||
<h5 class="phpdocumentor-return-value__heading">Return values</h5>
|
||
<span class="phpdocumentor-signature__response_type"><a href="classes/MainWP-Child-MainWP-Child-Install.html"><abbr title="\MainWP\Child\MainWP_Child_Install">MainWP_Child_Install</abbr></a>|mixed|null</span>
|
||
—
|
||
<section class="phpdocumentor-description"></section>
|
||
|
||
|
||
</article>
|
||
<article
|
||
class="phpdocumentor-element
|
||
-method
|
||
-public
|
||
"
|
||
>
|
||
<h4 class="phpdocumentor-element__name" id="method_install_plugin_theme">
|
||
install_plugin_theme()
|
||
<a href="classes/MainWP-Child-MainWP-Child-Install.html#method_install_plugin_theme" class="headerlink"><i class="fas fa-link"></i></a>
|
||
</h4>
|
||
<aside class="phpdocumentor-element-found-in">
|
||
<abbr class="phpdocumentor-element-found-in__file" title="class/class-mainwp-child-install.php"><a href="files/class-class-mainwp-child-install.html"><abbr title="class/class-mainwp-child-install.php">class-mainwp-child-install.php</abbr></a></abbr>
|
||
:
|
||
<span class="phpdocumentor-element-found-in__line">370</span>
|
||
</aside>
|
||
|
||
<p class="phpdocumentor-summary">Method install_plugin_theme()</p>
|
||
|
||
<code class="phpdocumentor-code phpdocumentor-signature ">
|
||
<span class="phpdocumentor-signature__visibility">public</span>
|
||
<span class="phpdocumentor-signature__name">install_plugin_theme</span><span>(</span><span>)</span><span> : </span><span class="phpdocumentor-signature__response_type">mixed</span></code>
|
||
|
||
<section class="phpdocumentor-description"><p>Plugin & Theme Installation functions.</p>
|
||
</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">uses</span>
|
||
</dt>
|
||
<dd class="phpdocumentor-tag-list__definition">
|
||
<span class="phpdocumentor-tag-link"><a href="classes/MainWP-Child-MainWP-Child-Install.html#method_require_files"><abbr title="\MainWP\Child\MainWP_Child_Install::require_files()">MainWP_Child_Install::require_files()</abbr></a></span>
|
||
|
||
<section class="phpdocumentor-description"><p>Include necessary files.</p>
|
||
</section>
|
||
|
||
</dd>
|
||
<dt class="phpdocumentor-tag-list__entry">
|
||
<span class="phpdocumentor-tag__name">uses</span>
|
||
</dt>
|
||
<dd class="phpdocumentor-tag-list__definition">
|
||
<span class="phpdocumentor-tag-link"><a href="classes/MainWP-Child-MainWP-Child-Install.html#method_after_installed"><abbr title="\MainWP\Child\MainWP_Child_Install::after_installed()">MainWP_Child_Install::after_installed()</abbr></a></span>
|
||
|
||
<section class="phpdocumentor-description"><p>After plugin or theme has been installed.</p>
|
||
</section>
|
||
|
||
</dd>
|
||
<dt class="phpdocumentor-tag-list__entry">
|
||
<span class="phpdocumentor-tag__name">uses</span>
|
||
</dt>
|
||
<dd class="phpdocumentor-tag-list__definition">
|
||
<span class="phpdocumentor-tag-link"><a href="classes/MainWP-Child-MainWP-Child-Install.html#method_no_ssl_filter_function"><abbr title="\MainWP\Child\MainWP_Child_Install::no_ssl_filter_function()">MainWP_Child_Install::no_ssl_filter_function()</abbr></a></span>
|
||
|
||
<section class="phpdocumentor-description"><p>Hook to set ssl verify value.</p>
|
||
</section>
|
||
|
||
</dd>
|
||
<dt class="phpdocumentor-tag-list__entry">
|
||
<span class="phpdocumentor-tag__name">uses</span>
|
||
</dt>
|
||
<dd class="phpdocumentor-tag-list__definition">
|
||
<span class="phpdocumentor-tag-link"><a href="classes/MainWP-Child-MainWP-Child-Install.html#method_try_second_install"><abbr title="\MainWP\Child\MainWP_Child_Install::try_second_install()">MainWP_Child_Install::try_second_install()</abbr></a></span>
|
||
|
||
<section class="phpdocumentor-description"><p>Alternative installation method.</p>
|
||
</section>
|
||
|
||
</dd>
|
||
<dt class="phpdocumentor-tag-list__entry">
|
||
<span class="phpdocumentor-tag__name">uses</span>
|
||
</dt>
|
||
<dd class="phpdocumentor-tag-list__definition">
|
||
<span class="phpdocumentor-tag-link"><a href="classes/MainWP-Child-MainWP-Helper.html#method_check_wp_filesystem"><abbr title="\MainWP\Child\MainWP_Helper::check_wp_filesystem()">MainWP_Helper::check_wp_filesystem()</abbr></a></span>
|
||
|
||
<section class="phpdocumentor-description"></section>
|
||
|
||
</dd>
|
||
<dt class="phpdocumentor-tag-list__entry">
|
||
<span class="phpdocumentor-tag__name">uses</span>
|
||
</dt>
|
||
<dd class="phpdocumentor-tag-list__definition">
|
||
|
||
<section class="phpdocumentor-description"><p>\MainWP\Child\MainWP_Helper::instance()->error()</p>
|
||
</section>
|
||
|
||
</dd>
|
||
<dt class="phpdocumentor-tag-list__entry">
|
||
<span class="phpdocumentor-tag__name">uses</span>
|
||
</dt>
|
||
<dd class="phpdocumentor-tag-list__definition">
|
||
<span class="phpdocumentor-tag-link"><a href="classes/MainWP-Child-MainWP-Helper.html#method_get_class_name"><abbr title="\MainWP\Child\MainWP_Helper::get_class_name()">MainWP_Helper::get_class_name()</abbr></a></span>
|
||
|
||
<section class="phpdocumentor-description"></section>
|
||
|
||
</dd>
|
||
<dt class="phpdocumentor-tag-list__entry">
|
||
<span class="phpdocumentor-tag__name">uses</span>
|
||
</dt>
|
||
<dd class="phpdocumentor-tag-list__definition">
|
||
<span class="phpdocumentor-tag-link"><a href="classes/MainWP-Child-MainWP-Helper.html#method_write"><abbr title="\MainWP\Child\MainWP_Helper::write()">MainWP_Helper::write()</abbr></a></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
|
||
-public
|
||
-static "
|
||
>
|
||
<h4 class="phpdocumentor-element__name" id="method_no_ssl_filter_function">
|
||
no_ssl_filter_function()
|
||
<a href="classes/MainWP-Child-MainWP-Child-Install.html#method_no_ssl_filter_function" class="headerlink"><i class="fas fa-link"></i></a>
|
||
</h4>
|
||
<aside class="phpdocumentor-element-found-in">
|
||
<abbr class="phpdocumentor-element-found-in__file" title="class/class-mainwp-child-install.php"><a href="files/class-class-mainwp-child-install.html"><abbr title="class/class-mainwp-child-install.php">class-mainwp-child-install.php</abbr></a></abbr>
|
||
:
|
||
<span class="phpdocumentor-element-found-in__line">464</span>
|
||
</aside>
|
||
|
||
<p class="phpdocumentor-summary">Method no_ssl_filter_function()</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__name">no_ssl_filter_function</span><span>(</span><span class="phpdocumentor-signature__argument"><span class="phpdocumentor-signature__argument__return-type">array<string|int, mixed> </span><span class="phpdocumentor-signature__argument__name">$r</span></span><span>)</span><span> : </span><span class="phpdocumentor-signature__response_type">array<string|int, mixed></span></code>
|
||
|
||
<section class="phpdocumentor-description"><p>Hook to set ssl verify value.</p>
|
||
</section>
|
||
|
||
<h5 class="phpdocumentor-argument-list__heading">Parameters</h5>
|
||
<dl class="phpdocumentor-argument-list">
|
||
<dt class="phpdocumentor-argument-list__entry">
|
||
<span class="phpdocumentor-signature__argument__name">$r</span>
|
||
: <span class="phpdocumentor-signature__argument__return-type">array<string|int, mixed></span>
|
||
</dt>
|
||
<dd class="phpdocumentor-argument-list__definition">
|
||
<section class="phpdocumentor-description"><p>Request's array values.</p>
|
||
</section>
|
||
|
||
</dd>
|
||
</dl>
|
||
|
||
|
||
<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">used-by</span>
|
||
</dt>
|
||
<dd class="phpdocumentor-tag-list__definition">
|
||
|
||
<section class="phpdocumentor-description"><p>install_plugin_theme() Plugin & Theme Installation functions.</p>
|
||
</section>
|
||
|
||
</dd>
|
||
</dl>
|
||
|
||
<h5 class="phpdocumentor-return-value__heading">Return values</h5>
|
||
<span class="phpdocumentor-signature__response_type">array<string|int, mixed></span>
|
||
—
|
||
<section class="phpdocumentor-description"><p>$r Request's array values.</p>
|
||
</section>
|
||
|
||
|
||
</article>
|
||
<article
|
||
class="phpdocumentor-element
|
||
-method
|
||
-public
|
||
"
|
||
>
|
||
<h4 class="phpdocumentor-element__name" id="method_plugin_action">
|
||
plugin_action()
|
||
<a href="classes/MainWP-Child-MainWP-Child-Install.html#method_plugin_action" class="headerlink"><i class="fas fa-link"></i></a>
|
||
</h4>
|
||
<aside class="phpdocumentor-element-found-in">
|
||
<abbr class="phpdocumentor-element-found-in__file" title="class/class-mainwp-child-install.php"><a href="files/class-class-mainwp-child-install.html"><abbr title="class/class-mainwp-child-install.php">class-mainwp-child-install.php</abbr></a></abbr>
|
||
:
|
||
<span class="phpdocumentor-element-found-in__line">74</span>
|
||
</aside>
|
||
|
||
<p class="phpdocumentor-summary">Method plugin_action()</p>
|
||
|
||
<code class="phpdocumentor-code phpdocumentor-signature ">
|
||
<span class="phpdocumentor-signature__visibility">public</span>
|
||
<span class="phpdocumentor-signature__name">plugin_action</span><span>(</span><span>)</span><span> : </span><span class="phpdocumentor-signature__response_type">mixed</span></code>
|
||
|
||
<section class="phpdocumentor-description"><p>Plugin Activate, Deactivate & Delete actions.</p>
|
||
</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">uses</span>
|
||
</dt>
|
||
<dd class="phpdocumentor-tag-list__definition">
|
||
<span class="phpdocumentor-tag-link"><abbr title="\MainWP\Child\get_plugin_data()">get_plugin_data()</abbr></span>
|
||
|
||
<section class="phpdocumentor-description"><p>Parses the plugin contents to retrieve plugin’s metadata.</p>
|
||
</section>
|
||
|
||
</dd>
|
||
<dt class="phpdocumentor-tag-list__entry">
|
||
<span class="phpdocumentor-tag__name">uses</span>
|
||
</dt>
|
||
<dd class="phpdocumentor-tag-list__definition">
|
||
<span class="phpdocumentor-tag-link"><abbr title="\MainWP\Child\activate_plugin()">activate_plugin()</abbr></span>
|
||
|
||
<section class="phpdocumentor-description"><p>Attempts activation of plugin in a “sandbox” and redirects on success.</p>
|
||
</section>
|
||
|
||
</dd>
|
||
<dt class="phpdocumentor-tag-list__entry">
|
||
<span class="phpdocumentor-tag__name">uses</span>
|
||
</dt>
|
||
<dd class="phpdocumentor-tag-list__definition">
|
||
<span class="phpdocumentor-tag-link"><abbr title="\MainWP\Child\deactivate_plugin()">deactivate_plugin()</abbr></span>
|
||
|
||
<section class="phpdocumentor-description"><p>Deactivate a single plugin or multiple plugins.</p>
|
||
</section>
|
||
|
||
</dd>
|
||
<dt class="phpdocumentor-tag-list__entry">
|
||
<span class="phpdocumentor-tag__name">uses</span>
|
||
</dt>
|
||
<dd class="phpdocumentor-tag-list__definition">
|
||
<span class="phpdocumentor-tag-link"><a href="classes/MainWP-Child-MainWP-Child-Install.html#method_delete_plugins"><abbr title="\MainWP\Child\MainWP_Child_Install::delete_plugins()">MainWP_Child_Install::delete_plugins()</abbr></a></span>
|
||
|
||
<section class="phpdocumentor-description"><p>Delete a plugin from the Child Site.</p>
|
||
</section>
|
||
|
||
</dd>
|
||
<dt class="phpdocumentor-tag-list__entry">
|
||
<span class="phpdocumentor-tag__name">uses</span>
|
||
</dt>
|
||
<dd class="phpdocumentor-tag-list__definition">
|
||
<span class="phpdocumentor-tag-link"><a href="classes/MainWP-Child-MainWP-Child-Stats.html#method_get_site_stats"><abbr title="\MainWP\Child\MainWP_Child_Stats::get_site_stats()">MainWP_Child_Stats::get_site_stats()</abbr></a></span>
|
||
|
||
<section class="phpdocumentor-description"></section>
|
||
|
||
</dd>
|
||
<dt class="phpdocumentor-tag-list__entry">
|
||
<span class="phpdocumentor-tag__name">uses</span>
|
||
</dt>
|
||
<dd class="phpdocumentor-tag-list__definition">
|
||
<span class="phpdocumentor-tag-link"><a href="classes/MainWP-Child-MainWP-Helper.html#method_write"><abbr title="\MainWP\Child\MainWP_Helper::write()">MainWP_Helper::write()</abbr></a></span>
|
||
|
||
<section class="phpdocumentor-description"></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"><a href="https://developer.wordpress.org/reference/functions/get_plugin_data/"><abbr title="https://developer.wordpress.org/reference/functions/get_plugin_data/">https://developer.wordpress.org/reference/functions/get_plugin_data/</abbr></a></span>
|
||
|
||
<section class="phpdocumentor-description"></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"><a href="https://developer.wordpress.org/reference/functions/activate_plugin/"><abbr title="https://developer.wordpress.org/reference/functions/activate_plugin/">https://developer.wordpress.org/reference/functions/activate_plugin/</abbr></a></span>
|
||
|
||
<section class="phpdocumentor-description"></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"><a href="https://developer.wordpress.org/reference/functions/deactivate_plugin/"><abbr title="https://developer.wordpress.org/reference/functions/deactivate_plugin/">https://developer.wordpress.org/reference/functions/deactivate_plugin/</abbr></a></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
|
||
-public
|
||
"
|
||
>
|
||
<h4 class="phpdocumentor-element__name" id="method_theme_action">
|
||
theme_action()
|
||
<a href="classes/MainWP-Child-MainWP-Child-Install.html#method_theme_action" class="headerlink"><i class="fas fa-link"></i></a>
|
||
</h4>
|
||
<aside class="phpdocumentor-element-found-in">
|
||
<abbr class="phpdocumentor-element-found-in__file" title="class/class-mainwp-child-install.php"><a href="files/class-class-mainwp-child-install.html"><abbr title="class/class-mainwp-child-install.php">class-mainwp-child-install.php</abbr></a></abbr>
|
||
:
|
||
<span class="phpdocumentor-element-found-in__line">245</span>
|
||
</aside>
|
||
|
||
<p class="phpdocumentor-summary">Method theme_action()</p>
|
||
|
||
<code class="phpdocumentor-code phpdocumentor-signature ">
|
||
<span class="phpdocumentor-signature__visibility">public</span>
|
||
<span class="phpdocumentor-signature__name">theme_action</span><span>(</span><span>)</span><span> : </span><span class="phpdocumentor-signature__response_type">mixed</span></code>
|
||
|
||
<section class="phpdocumentor-description"><p>Theme Activate, Deactivate & Delete actions.</p>
|
||
</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">uses</span>
|
||
</dt>
|
||
<dd class="phpdocumentor-tag-list__definition">
|
||
<span class="phpdocumentor-tag-link"><abbr title="\MainWP\Child\wp_get_theme()">wp_get_theme()</abbr></span>
|
||
|
||
<section class="phpdocumentor-description"><p>Gets a WP_Theme object for a theme.</p>
|
||
</section>
|
||
|
||
</dd>
|
||
<dt class="phpdocumentor-tag-list__entry">
|
||
<span class="phpdocumentor-tag__name">uses</span>
|
||
</dt>
|
||
<dd class="phpdocumentor-tag-list__definition">
|
||
<span class="phpdocumentor-tag-link"><abbr title="\MainWP\Child\switch_theme()">switch_theme()</abbr></span>
|
||
|
||
<section class="phpdocumentor-description"><p>Switches the theme.</p>
|
||
</section>
|
||
|
||
</dd>
|
||
<dt class="phpdocumentor-tag-list__entry">
|
||
<span class="phpdocumentor-tag__name">uses</span>
|
||
</dt>
|
||
<dd class="phpdocumentor-tag-list__definition">
|
||
<span class="phpdocumentor-tag-link"><a href="classes/MainWP-Child-MainWP-Child-Stats.html#method_get_site_stats"><abbr title="\MainWP\Child\MainWP_Child_Stats::get_site_stats()">MainWP_Child_Stats::get_site_stats()</abbr></a></span>
|
||
|
||
<section class="phpdocumentor-description"></section>
|
||
|
||
</dd>
|
||
<dt class="phpdocumentor-tag-list__entry">
|
||
<span class="phpdocumentor-tag__name">uses</span>
|
||
</dt>
|
||
<dd class="phpdocumentor-tag-list__definition">
|
||
<span class="phpdocumentor-tag-link"><a href="classes/MainWP-Child-MainWP-Helper.html#method_check_wp_filesystem"><abbr title="\MainWP\Child\MainWP_Helper::check_wp_filesystem()">MainWP_Helper::check_wp_filesystem()</abbr></a></span>
|
||
|
||
<section class="phpdocumentor-description"></section>
|
||
|
||
</dd>
|
||
<dt class="phpdocumentor-tag-list__entry">
|
||
<span class="phpdocumentor-tag__name">uses</span>
|
||
</dt>
|
||
<dd class="phpdocumentor-tag-list__definition">
|
||
<span class="phpdocumentor-tag-link"><a href="classes/MainWP-Child-MainWP-Helper.html#method_write"><abbr title="\MainWP\Child\MainWP_Helper::write()">MainWP_Helper::write()</abbr></a></span>
|
||
|
||
<section class="phpdocumentor-description"></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"><a href="https://developer.wordpress.org/reference/functions/wp_get_theme/"><abbr title="https://developer.wordpress.org/reference/functions/wp_get_theme/">https://developer.wordpress.org/reference/functions/wp_get_theme/</abbr></a></span>
|
||
|
||
<section class="phpdocumentor-description"></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"><a href="https://developer.wordpress.org/reference/functions/switch_theme/"><abbr title="https://developer.wordpress.org/reference/functions/switch_theme/">https://developer.wordpress.org/reference/functions/switch_theme/</abbr></a></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
|
||
"
|
||
>
|
||
<h4 class="phpdocumentor-element__name" id="method_after_installed">
|
||
after_installed()
|
||
<a href="classes/MainWP-Child-MainWP-Child-Install.html#method_after_installed" class="headerlink"><i class="fas fa-link"></i></a>
|
||
</h4>
|
||
<aside class="phpdocumentor-element-found-in">
|
||
<abbr class="phpdocumentor-element-found-in__file" title="class/class-mainwp-child-install.php"><a href="files/class-class-mainwp-child-install.html"><abbr title="class/class-mainwp-child-install.php">class-mainwp-child-install.php</abbr></a></abbr>
|
||
:
|
||
<span class="phpdocumentor-element-found-in__line">505</span>
|
||
</aside>
|
||
|
||
<p class="phpdocumentor-summary">Method after_installed()</p>
|
||
|
||
<code class="phpdocumentor-code phpdocumentor-signature ">
|
||
<span class="phpdocumentor-signature__visibility">private</span>
|
||
<span class="phpdocumentor-signature__name">after_installed</span><span>(</span><span class="phpdocumentor-signature__argument"><span class="phpdocumentor-signature__argument__return-type">array<string|int, mixed> </span><span class="phpdocumentor-signature__argument__name">$result</span></span><span class="phpdocumentor-signature__argument"><span>, </span><span class="phpdocumentor-signature__argument__return-type">array<string|int, mixed> </span><span class="phpdocumentor-signature__argument__reference-operator">&</span><span class="phpdocumentor-signature__argument__name">$output</span></span><span>)</span><span> : </span><span class="phpdocumentor-signature__response_type">mixed</span></code>
|
||
|
||
<section class="phpdocumentor-description"><p>After plugin or theme has been installed.</p>
|
||
</section>
|
||
|
||
<h5 class="phpdocumentor-argument-list__heading">Parameters</h5>
|
||
<dl class="phpdocumentor-argument-list">
|
||
<dt class="phpdocumentor-argument-list__entry">
|
||
<span class="phpdocumentor-signature__argument__name">$result</span>
|
||
: <span class="phpdocumentor-signature__argument__return-type">array<string|int, mixed></span>
|
||
</dt>
|
||
<dd class="phpdocumentor-argument-list__definition">
|
||
<section class="phpdocumentor-description"><p>Results array from static::install_plugin_theme().</p>
|
||
</section>
|
||
|
||
</dd>
|
||
<dt class="phpdocumentor-argument-list__entry">
|
||
<span class="phpdocumentor-signature__argument__name">$output</span>
|
||
: <span class="phpdocumentor-signature__argument__return-type">array<string|int, mixed></span>
|
||
</dt>
|
||
<dd class="phpdocumentor-argument-list__definition">
|
||
<section class="phpdocumentor-description"><p>Results output array.</p>
|
||
</section>
|
||
|
||
</dd>
|
||
</dl>
|
||
|
||
|
||
<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">uses</span>
|
||
</dt>
|
||
<dd class="phpdocumentor-tag-list__definition">
|
||
<span class="phpdocumentor-tag-link"><abbr title="\MainWP\Child\wp_cache_set()">wp_cache_set()</abbr></span>
|
||
|
||
<section class="phpdocumentor-description"><p>Saves the data to the cache.</p>
|
||
</section>
|
||
|
||
</dd>
|
||
<dt class="phpdocumentor-tag-list__entry">
|
||
<span class="phpdocumentor-tag__name">uses</span>
|
||
</dt>
|
||
<dd class="phpdocumentor-tag-list__definition">
|
||
<span class="phpdocumentor-tag-link"><abbr title="\MainWP\Child\activate_plugin()">activate_plugin()</abbr></span>
|
||
|
||
<section class="phpdocumentor-description"><p>Attempts activation of plugin in a “sandbox” and redirects on success.</p>
|
||
</section>
|
||
|
||
</dd>
|
||
<dt class="phpdocumentor-tag-list__entry">
|
||
<span class="phpdocumentor-tag__name">uses</span>
|
||
</dt>
|
||
<dd class="phpdocumentor-tag-list__definition">
|
||
<span class="phpdocumentor-tag-link"><abbr title="\MainWP\Child\get_plugin_data()">get_plugin_data()</abbr></span>
|
||
|
||
<section class="phpdocumentor-description"><p>Parses the plugin contents to retrieve plugin’s metadata.</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"><a href="https://developer.wordpress.org/reference/functions/wp_cache_set/"><abbr title="https://developer.wordpress.org/reference/functions/wp_cache_set/">https://developer.wordpress.org/reference/functions/wp_cache_set/</abbr></a></span>
|
||
|
||
<section class="phpdocumentor-description"></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"><a href="https://developer.wordpress.org/reference/functions/activate_plugin/"><abbr title="https://developer.wordpress.org/reference/functions/activate_plugin/">https://developer.wordpress.org/reference/functions/activate_plugin/</abbr></a></span>
|
||
|
||
<section class="phpdocumentor-description"></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"><a href="https://developer.wordpress.org/reference/functions/get_plugin_data/"><abbr title="https://developer.wordpress.org/reference/functions/get_plugin_data/">https://developer.wordpress.org/reference/functions/get_plugin_data/</abbr></a></span>
|
||
|
||
<section class="phpdocumentor-description"></section>
|
||
|
||
</dd>
|
||
<dt class="phpdocumentor-tag-list__entry">
|
||
<span class="phpdocumentor-tag__name">used-by</span>
|
||
</dt>
|
||
<dd class="phpdocumentor-tag-list__definition">
|
||
|
||
<section class="phpdocumentor-description"><p>install_plugin_theme() Plugin & Theme Installation functions.</p>
|
||
</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
|
||
"
|
||
>
|
||
<h4 class="phpdocumentor-element__name" id="method_delete_plugins">
|
||
delete_plugins()
|
||
<a href="classes/MainWP-Child-MainWP-Child-Install.html#method_delete_plugins" class="headerlink"><i class="fas fa-link"></i></a>
|
||
</h4>
|
||
<aside class="phpdocumentor-element-found-in">
|
||
<abbr class="phpdocumentor-element-found-in__file" title="class/class-mainwp-child-install.php"><a href="files/class-class-mainwp-child-install.html"><abbr title="class/class-mainwp-child-install.php">class-mainwp-child-install.php</abbr></a></abbr>
|
||
:
|
||
<span class="phpdocumentor-element-found-in__line">179</span>
|
||
</aside>
|
||
|
||
<p class="phpdocumentor-summary">Method delete_plugins()</p>
|
||
|
||
<code class="phpdocumentor-code phpdocumentor-signature ">
|
||
<span class="phpdocumentor-signature__visibility">private</span>
|
||
<span class="phpdocumentor-signature__name">delete_plugins</span><span>(</span><span class="phpdocumentor-signature__argument"><span class="phpdocumentor-signature__argument__return-type">array<string|int, mixed> </span><span class="phpdocumentor-signature__argument__name">$plugins</span></span><span class="phpdocumentor-signature__argument"><span>[</span><span>, </span><span class="phpdocumentor-signature__argument__return-type">array<string|int, mixed> </span><span class="phpdocumentor-signature__argument__reference-operator">&</span><span class="phpdocumentor-signature__argument__name">$output</span><span> = </span><span class="phpdocumentor-signature__argument__default-value">array()</span><span> ]</span></span><span>)</span><span> : </span><span class="phpdocumentor-signature__response_type">mixed</span></code>
|
||
|
||
<section class="phpdocumentor-description"><p>Delete a plugin from the Child Site.</p>
|
||
</section>
|
||
|
||
<h5 class="phpdocumentor-argument-list__heading">Parameters</h5>
|
||
<dl class="phpdocumentor-argument-list">
|
||
<dt class="phpdocumentor-argument-list__entry">
|
||
<span class="phpdocumentor-signature__argument__name">$plugins</span>
|
||
: <span class="phpdocumentor-signature__argument__return-type">array<string|int, mixed></span>
|
||
</dt>
|
||
<dd class="phpdocumentor-argument-list__definition">
|
||
<section class="phpdocumentor-description"><p>An array of plugins to delete.</p>
|
||
</section>
|
||
|
||
</dd>
|
||
<dt class="phpdocumentor-argument-list__entry">
|
||
<span class="phpdocumentor-signature__argument__name">$output</span>
|
||
: <span class="phpdocumentor-signature__argument__return-type">array<string|int, mixed></span>
|
||
= <span class="phpdocumentor-signature__argument__default-value">array()</span> </dt>
|
||
<dd class="phpdocumentor-argument-list__definition">
|
||
<section class="phpdocumentor-description"><p>An array output data.</p>
|
||
</section>
|
||
|
||
</dd>
|
||
</dl>
|
||
|
||
|
||
<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">uses</span>
|
||
</dt>
|
||
<dd class="phpdocumentor-tag-list__definition">
|
||
<span class="phpdocumentor-tag-link"><abbr title="\MainWP\Child\get_plugin_data()">get_plugin_data()</abbr></span>
|
||
|
||
<section class="phpdocumentor-description"><p>Parses the plugin contents to retrieve plugin’s metadata.</p>
|
||
</section>
|
||
|
||
</dd>
|
||
<dt class="phpdocumentor-tag-list__entry">
|
||
<span class="phpdocumentor-tag__name">uses</span>
|
||
</dt>
|
||
<dd class="phpdocumentor-tag-list__definition">
|
||
<span class="phpdocumentor-tag-link"><abbr title="\MainWP\Child\deactivate_plugin()">deactivate_plugin()</abbr></span>
|
||
|
||
<section class="phpdocumentor-description"><p>Deactivate a single plugin or multiple plugins.</p>
|
||
</section>
|
||
|
||
</dd>
|
||
<dt class="phpdocumentor-tag-list__entry">
|
||
<span class="phpdocumentor-tag__name">uses</span>
|
||
</dt>
|
||
<dd class="phpdocumentor-tag-list__definition">
|
||
<span class="phpdocumentor-tag-link"><abbr title="\MainWP\Child\is_plugin_active()">is_plugin_active()</abbr></span>
|
||
|
||
<section class="phpdocumentor-description"><p>Determines whether a plugin is active.</p>
|
||
</section>
|
||
|
||
</dd>
|
||
<dt class="phpdocumentor-tag-list__entry">
|
||
<span class="phpdocumentor-tag__name">uses</span>
|
||
</dt>
|
||
<dd class="phpdocumentor-tag-list__definition">
|
||
<span class="phpdocumentor-tag-link"><a href="classes/MainWP-Child-MainWP-Helper.html#method_check_wp_filesystem"><abbr title="\MainWP\Child\MainWP_Helper::check_wp_filesystem()">MainWP_Helper::check_wp_filesystem()</abbr></a></span>
|
||
|
||
<section class="phpdocumentor-description"></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"><a href="https://developer.wordpress.org/reference/functions/get_plugin_data/"><abbr title="https://developer.wordpress.org/reference/functions/get_plugin_data/">https://developer.wordpress.org/reference/functions/get_plugin_data/</abbr></a></span>
|
||
|
||
<section class="phpdocumentor-description"></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"><a href="https://developer.wordpress.org/reference/functions/deactivate_plugin/"><abbr title="https://developer.wordpress.org/reference/functions/deactivate_plugin/">https://developer.wordpress.org/reference/functions/deactivate_plugin/</abbr></a></span>
|
||
|
||
<section class="phpdocumentor-description"></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"><a href="https://developer.wordpress.org/reference/functions/is_plugin_active/"><abbr title="https://developer.wordpress.org/reference/functions/is_plugin_active/">https://developer.wordpress.org/reference/functions/is_plugin_active/</abbr></a></span>
|
||
|
||
<section class="phpdocumentor-description"></section>
|
||
|
||
</dd>
|
||
<dt class="phpdocumentor-tag-list__entry">
|
||
<span class="phpdocumentor-tag__name">used-by</span>
|
||
</dt>
|
||
<dd class="phpdocumentor-tag-list__definition">
|
||
|
||
<section class="phpdocumentor-description"><p>\MainWP\Child\MainWP_Child_Install::plugin_action() Plugin Activate, Deactivate & Delete actions.</p>
|
||
</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
|
||
"
|
||
>
|
||
<h4 class="phpdocumentor-element__name" id="method_require_files">
|
||
require_files()
|
||
<a href="classes/MainWP-Child-MainWP-Child-Install.html#method_require_files" class="headerlink"><i class="fas fa-link"></i></a>
|
||
</h4>
|
||
<aside class="phpdocumentor-element-found-in">
|
||
<abbr class="phpdocumentor-element-found-in__file" title="class/class-mainwp-child-install.php"><a href="files/class-class-mainwp-child-install.html"><abbr title="class/class-mainwp-child-install.php">class-mainwp-child-install.php</abbr></a></abbr>
|
||
:
|
||
<span class="phpdocumentor-element-found-in__line">476</span>
|
||
</aside>
|
||
|
||
<p class="phpdocumentor-summary">Method require_files()</p>
|
||
|
||
<code class="phpdocumentor-code phpdocumentor-signature ">
|
||
<span class="phpdocumentor-signature__visibility">private</span>
|
||
<span class="phpdocumentor-signature__name">require_files</span><span>(</span><span>)</span><span> : </span><span class="phpdocumentor-signature__response_type">mixed</span></code>
|
||
|
||
<section class="phpdocumentor-description"><p>Include necessary files.</p>
|
||
</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">used-by</span>
|
||
</dt>
|
||
<dd class="phpdocumentor-tag-list__definition">
|
||
|
||
<section class="phpdocumentor-description"><p>install_plugin_theme() Plugin & Theme Installation functions.</p>
|
||
</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
|
||
"
|
||
>
|
||
<h4 class="phpdocumentor-element__name" id="method_try_second_install">
|
||
try_second_install()
|
||
<a href="classes/MainWP-Child-MainWP-Child-Install.html#method_try_second_install" class="headerlink"><i class="fas fa-link"></i></a>
|
||
</h4>
|
||
<aside class="phpdocumentor-element-found-in">
|
||
<abbr class="phpdocumentor-element-found-in__file" title="class/class-mainwp-child-install.php"><a href="files/class-class-mainwp-child-install.html"><abbr title="class/class-mainwp-child-install.php">class-mainwp-child-install.php</abbr></a></abbr>
|
||
:
|
||
<span class="phpdocumentor-element-found-in__line">579</span>
|
||
</aside>
|
||
|
||
<p class="phpdocumentor-summary">Method try_second_install()</p>
|
||
|
||
<code class="phpdocumentor-code phpdocumentor-signature ">
|
||
<span class="phpdocumentor-signature__visibility">private</span>
|
||
<span class="phpdocumentor-signature__name">try_second_install</span><span>(</span><span class="phpdocumentor-signature__argument"><span class="phpdocumentor-signature__argument__return-type">string </span><span class="phpdocumentor-signature__argument__name">$url</span></span><span class="phpdocumentor-signature__argument"><span>, </span><span class="phpdocumentor-signature__argument__return-type">object </span><span class="phpdocumentor-signature__argument__name">$installer</span></span><span>)</span><span> : </span><span class="phpdocumentor-signature__response_type">object</span></code>
|
||
|
||
<section class="phpdocumentor-description"><p>Alternative installation method.</p>
|
||
</section>
|
||
|
||
<h5 class="phpdocumentor-argument-list__heading">Parameters</h5>
|
||
<dl class="phpdocumentor-argument-list">
|
||
<dt class="phpdocumentor-argument-list__entry">
|
||
<span class="phpdocumentor-signature__argument__name">$url</span>
|
||
: <span class="phpdocumentor-signature__argument__return-type">string</span>
|
||
</dt>
|
||
<dd class="phpdocumentor-argument-list__definition">
|
||
<section class="phpdocumentor-description"><p>Package URL.</p>
|
||
</section>
|
||
|
||
</dd>
|
||
<dt class="phpdocumentor-argument-list__entry">
|
||
<span class="phpdocumentor-signature__argument__name">$installer</span>
|
||
: <span class="phpdocumentor-signature__argument__return-type">object</span>
|
||
</dt>
|
||
<dd class="phpdocumentor-argument-list__definition">
|
||
<section class="phpdocumentor-description"><p>Instance of \WP_Upgrader.</p>
|
||
</section>
|
||
|
||
</dd>
|
||
</dl>
|
||
|
||
|
||
<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">uses</span>
|
||
</dt>
|
||
<dd class="phpdocumentor-tag-list__definition">
|
||
<span class="phpdocumentor-tag-link"><abbr title="\MainWP\Child\is_wp_error()">is_wp_error()</abbr></span>
|
||
|
||
<section class="phpdocumentor-description"><p>Check whether variable is a WordPress Error.</p>
|
||
</section>
|
||
|
||
</dd>
|
||
<dt class="phpdocumentor-tag-list__entry">
|
||
<span class="phpdocumentor-tag__name">uses</span>
|
||
</dt>
|
||
<dd class="phpdocumentor-tag-list__definition">
|
||
|
||
<section class="phpdocumentor-description"><p>\MainWP\Child\MainWP_Helper::instance()->error()</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"><a href="https://developer.wordpress.org/reference/functions/is_wp_error/"><abbr title="https://developer.wordpress.org/reference/functions/is_wp_error/">https://developer.wordpress.org/reference/functions/is_wp_error/</abbr></a></span>
|
||
|
||
<section class="phpdocumentor-description"></section>
|
||
|
||
</dd>
|
||
<dt class="phpdocumentor-tag-list__entry">
|
||
<span class="phpdocumentor-tag__name">used-by</span>
|
||
</dt>
|
||
<dd class="phpdocumentor-tag-list__definition">
|
||
|
||
<section class="phpdocumentor-description"><p>install_plugin_theme() Plugin & Theme Installation functions.</p>
|
||
</section>
|
||
|
||
</dd>
|
||
</dl>
|
||
|
||
<h5 class="phpdocumentor-return-value__heading">Return values</h5>
|
||
<span class="phpdocumentor-signature__response_type">object</span>
|
||
—
|
||
<section class="phpdocumentor-description"><p>$result Return error messages or TRUE.</p>
|
||
</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>
|
||
<a href="classes/MainWP-Child-MainWP-Child-Install.html#top" class="phpdocumentor-back-to-top"><i class="fas fa-chevron-circle-up"></i></a>
|
||
|
||
</main>
|
||
|
||
<script>
|
||
cssVars({});
|
||
</script>
|
||
</body>
|
||
</html>
|