WPSEO_Schema_Person_Upgrade_Notification::remove_notification()protectedYoast 1.0

Removes a notification to the notification center.

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

Хуков нет.

Возвращает

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

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

// protected - в коде основоного (родительского) или дочернего класса
$result = $this->remove_notification();

Код WPSEO_Schema_Person_Upgrade_Notification::remove_notification() Yoast 22.4

protected function remove_notification() {
	$notification_center = Yoast_Notification_Center::get();
	$notification_center->remove_notification( $this->get_notification() );
}