File: bp-notifications/bp-notifications-functions.php |
Description |
---|---|
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_add_notification() |
Add a notification for a specific user, from a specific component. |
bp_notifications_get_notification() |
Get a specific notification by its ID. |
bp_notifications_delete_notification() |
Delete a specific notification by its ID. |
bp_notifications_mark_notification() |
Mark notification read/unread for a user by ID. |
bp_notifications_get_all_notifications_for_user() |
Get all notifications for a user and cache them. |
bp_notifications_get_all_notifications_for_user |
Filters all notifications for a user. |
bp_notifications_get_grouped_notifications_for_user() |
Get a user’s unread notifications, grouped by component and action. |
bp_notifications_get_notifications_for_user() |
Get notifications for a specific user. |