Yoast_Notification_Center::deactivate_hook()
Remove storage when the plugin is deactivated.
Метод класса: Yoast_Notification_Center{}
Хуков нет.
Возвращает
null
. Ничего.
Использование
$Yoast_Notification_Center = new Yoast_Notification_Center(); $Yoast_Notification_Center->deactivate_hook();
Код Yoast_Notification_Center::deactivate_hook() Yoast Notification Center::deactivate hook Yoast 20.3
public function deactivate_hook() { $this->clear_notifications(); }