Yoast_Notification_Center::deactivate_hookpublicYoast 1.0

Remove storage when the plugin is deactivated.

Метод класса: Yoast_Notification_Center{}

Хуков нет.

Возвращает

null. Ничего (null).

Использование

$Yoast_Notification_Center = new Yoast_Notification_Center();
$Yoast_Notification_Center->deactivate_hook();

Код Yoast_Notification_Center::deactivate_hook() Yoast 25.4

public function deactivate_hook() {

	$this->clear_notifications();
}