Yoast_Notification_Center::deactivate_hook()publicYoast 1.0

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 20.3

public function deactivate_hook() {

	$this->clear_notifications();
}