Yoast_Notification_Center::get_resolved_notification_count
Get the number of notifications resolved this execution.
These notifications have been resolved and should be counted when active again.
Метод класса: Yoast_Notification_Center{}
Хуков нет.
Возвращает
int.
Использование
$Yoast_Notification_Center = new Yoast_Notification_Center(); $Yoast_Notification_Center->get_resolved_notification_count();
Код Yoast_Notification_Center::get_resolved_notification_count() Yoast Notification Center::get resolved notification count Yoast 26.3
public function get_resolved_notification_count() {
return $this->resolved;
}