File: bp-notifications/bp-notifications-functions.php |
Description |
---|---|
bp_notifications_mark_notifications_from_user() |
Mark all notifications read/unread from a user. |
bp_notifications_check_notification_access() |
Check if a user has access to a specific notification. |
bp_notifications_get_unread_notification_count() |
Get a count of unread notification items for a user. |
bp_notifications_get_total_notification_count |
Filters the count of unread notification items for a user. |
bp_notifications_get_registered_components() |
Return an array of component names that are currently active and have registered Notifications callbacks. |
bp_notifications_get_registered_components |
Filters active components with registered notifications callbacks. |
bp_notifications_screen_settings() |
Catch and route the ‘settings’ notifications screen. |
bp_notifications_get_notifications_for_user |
This filters is documented in bp-notifications/bp-notifications-functions.php |
bp_core_get_notifications_for_user |
Filters the final array of notifications to be displayed for a user. |
bp_notifications_delete_notifications_by_type() |
Delete notifications for a user by type. |