WPSEO_Schema_Person_Upgrade_Notification::remove_notification
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() WPSEO Schema Person Upgrade Notification::remove notification Yoast 26.9
protected function remove_notification() {
$notification_center = Yoast_Notification_Center::get();
$notification_center->remove_notification( $this->get_notification() );
}