Yoast_Notification_Center::get_new_notifications()publicYoast 1.0

Get newly added notifications.

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

Хуков нет.

Возвращает

Массив.

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

$Yoast_Notification_Center = new Yoast_Notification_Center();
$Yoast_Notification_Center->get_new_notifications();

Код Yoast_Notification_Center::get_new_notifications() Yoast 22.4

public function get_new_notifications() {

	return array_map( [ $this, 'get_notification_by_id' ], $this->new );
}