Yoast_Notifications::get_active_notification_count()
Get the number of active notifications.
Метод класса: Yoast_Notifications{}
Хуков нет.
Возвращает
int
.
Использование
$result = Yoast_Notifications::get_active_notification_count();
Код Yoast_Notifications::get_active_notification_count() Yoast Notifications::get active notification count Yoast 25.0
public static function get_active_notification_count() { return ( count( self::$active_errors ) + count( self::$active_warnings ) ); }