Merged in feature/314-dev-dev01 (pull request #24)
auto-patch 314-dev-dev01-2024-01-25T04_09_02 * auto-patch 314-dev-dev01-2024-01-25T04_09_02
This commit is contained in:
@@ -19,6 +19,8 @@ class WPSEO_Plugin_Availability {
|
||||
|
||||
/**
|
||||
* Registers the plugins so we can access them.
|
||||
*
|
||||
* @return void
|
||||
*/
|
||||
public function register() {
|
||||
$this->register_yoast_plugins();
|
||||
@@ -27,6 +29,8 @@ class WPSEO_Plugin_Availability {
|
||||
|
||||
/**
|
||||
* Registers all the available Yoast SEO plugins.
|
||||
*
|
||||
* @return void
|
||||
*/
|
||||
protected function register_yoast_plugins() {
|
||||
$this->plugins = [
|
||||
@@ -97,6 +101,8 @@ class WPSEO_Plugin_Availability {
|
||||
|
||||
/**
|
||||
* Sets certain plugin properties based on WordPress' status.
|
||||
*
|
||||
* @return void
|
||||
*/
|
||||
protected function register_yoast_plugins_status() {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user