Yoast_Notification_Center::get_resolved_notification_count()publicYoast 1.0

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 22.3

public function get_resolved_notification_count() {

	return $this->resolved;
}