Yoast_Notification_Center::get_new_notifications()
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 Notification Center::get new notifications Yoast 23.5
public function get_new_notifications() { return array_map( [ $this, 'get_notification_by_id' ], $this->new ); }