WPSEO_Product_Upsell_Notice::remove_notification()
Removes a notification to the notification center.
Метод класса: WPSEO_Product_Upsell_Notice{}
Хуков нет.
Возвращает
null
. Ничего (null).
Использование
// protected - в коде основоного (родительского) или дочернего класса $result = $this->remove_notification();
Код WPSEO_Product_Upsell_Notice::remove_notification() WPSEO Product Upsell Notice::remove notification Yoast 24.1
protected function remove_notification() { $notification_center = Yoast_Notification_Center::get(); $notification_center->remove_notification( $this->get_notification() ); }