Yoast_Notification_Center::get_new_notifications
Get newly added notifications.
Метод класса: Yoast_Notification_Center{}
Хуков нет.
Возвращает
array.
Использование
$Yoast_Notification_Center = new Yoast_Notification_Center(); $Yoast_Notification_Center->get_new_notifications();
Код Yoast_Notification_Center::get_new_notifications() Yoast Notification Center::get new notifications Yoast 28.4
public function get_new_notifications() {
return array_map( [ $this, 'get_notification_by_id' ], $this->new );
}