File: bp-notifications/bp-notifications-functions.php |
Description |
---|---|
bp_notifications_get_meta |
Filters the metadata for a specified notification item. |
bp_notifications_update_meta() |
Update a piece of notification meta. |
bp_notifications_add_meta() |
Add a piece of notification metadata. |
bp_notifications_delete_meta() |
Delete a meta entry from the DB for a notification item. |
bp_notifications_get_meta() |
Get metadata for a given notification item. |
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. |