Yoast_Notification_Center::filter_dismissed_notifications()
Filter out dismissed notifications.
Метод класса: Yoast_Notification_Center{}
Хуков нет.
Возвращает
true|false
.
Использование
// private - только в коде основоного (родительского) класса $result = $this->filter_dismissed_notifications( $notification );
- $notification(Yoast_Notification) (обязательный)
- Notification to check.
Код Yoast_Notification_Center::filter_dismissed_notifications() Yoast Notification Center::filter dismissed notifications Yoast 24.0
private function filter_dismissed_notifications( Yoast_Notification $notification ) { return ! self::maybe_dismiss_notification( $notification ); }