Namespaces: global |
Description |
|---|---|
| bp_notifications_delete_notifications_by_type() |
Delete notifications for a user by type. |
| bp_notifications_delete_notifications_by_item_id() |
Delete notifications for an item ID. |
| bp_notifications_delete_all_notifications_by_type() |
Delete all notifications by type. |
| 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_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. |
| bp_notifications_action_delete() |
Handle deleting single notifications. |
| bp_notifications_action_bulk_manage() |
Handles bulk management (mark as read/unread, delete) of notifications. |
| bp_notifications_add_notification() |
Add a notification for a specific user, from a specific component. |