plugin updates
This commit is contained in:
@@ -600,6 +600,12 @@ class Yoast_Notification_Center {
|
||||
* @return void
|
||||
*/
|
||||
public function update_storage() {
|
||||
/**
|
||||
* Plugins might exit on the plugins_loaded hook.
|
||||
* This prevents the pluggable.php file from loading, as it's loaded after the plugins_loaded hook.
|
||||
* As we need functions defined in pluggable.php, make sure it's loaded.
|
||||
*/
|
||||
require_once ABSPATH . WPINC . '/pluggable.php';
|
||||
|
||||
$notifications = $this->notifications;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user