Methods
1 to 30 of 38
- Yoast_Notification_Center::__construct() – Construct.
- Yoast_Notification_Center::add_notification() – Add notification to the cookie.
- Yoast_Notification_Center::add_transaction_to_queue() – Adds a notification transaction to the queue for later execution.
- Yoast_Notification_Center::ajax_dismiss_notification() – Dismiss a notification.
- Yoast_Notification_Center::ajax_get_notifications() – AJAX display notifications.
- Yoast_Notification_Center::array_to_notification() – Convert stored array to Notification.
- Yoast_Notification_Center::clear_dismissal() – Clear dismissal information for the specified Notification.
- Yoast_Notification_Center::clear_notifications() – Clear local stored notifications.
- Yoast_Notification_Center::deactivate_hook() – Remove storage when the plugin is deactivated.
- Yoast_Notification_Center::dismiss_notification() – Dismisses a notification.
- Yoast_Notification_Center::filter_dismissed_notifications() – Filter out dismissed notifications.
- Yoast_Notification_Center::filter_notification_current_user() – Filter notifications that should not be displayed for the current user.
- Yoast_Notification_Center::filter_persistent_notifications() – Filter out non-persistent notifications.
- Yoast_Notification_Center::get_new_notifications() – Get newly added notifications.
- Yoast_Notification_Center::get_notification_by_id() – Get the notification by ID and user ID.
- Yoast_Notification_Center::get_notification_count() – Get the notification count.
- Yoast_Notification_Center::get_notifications_for_user() – Returns the notifications for the given user.
- Yoast_Notification_Center::get_notifications() – Provide a way to verify present notifications.
- Yoast_Notification_Center::get_resolved_notification_count() – Get the number of notifications resolved this execution.
- Yoast_Notification_Center::get_sorted_notifications() – Return the notifications sorted on type and priority.
- Yoast_Notification_Center::get_stored_notifications() – Retrieves the stored notifications.
- Yoast_Notification_Center::get_user_id() – Returns the given user ID if it exists.
- Yoast_Notification_Center::get() – Singleton getter.
- Yoast_Notification_Center::has_stored_notifications() – Checks if there are stored notifications.
- Yoast_Notification_Center::is_notification_dismissed() – Check if the user has dismissed a notification.
- Yoast_Notification_Center::is_notification_persistent() – Checks if given notification is persistent.
- Yoast_Notification_Center::notification_to_array() – Convert Notification to array representation.
- Yoast_Notification_Center::queue_transaction() – Queues a notification transaction for later execution if notifications are not yet set up.
- Yoast_Notification_Center::remove_notification_by_id() – Removes a notification by its ID.
- Yoast_Notification_Center::remove_notification() – Remove notification after it has been displayed.