File: bp-notifications/bp-notifications-functions.php
Description
bp_notifications_delete_notifications_by_item_id()

Delete notifications for an item ID.

Source: bp-notifications/bp-notifications-functions.php:383

bp_notifications_delete_all_notifications_by_type()

Delete all notifications by type.

Source: bp-notifications/bp-notifications-functions.php:408

bp_notifications_add_notification()

Add a notification for a specific user, from a specific component.

Source: bp-notifications/bp-notifications-functions.php:34

bp_notifications_get_notification()

Get a specific notification by its ID.

Source: bp-notifications/bp-notifications-functions.php:93

bp_notifications_delete_notification()

Delete a specific notification by its ID.

Source: bp-notifications/bp-notifications-functions.php:105

bp_notifications_mark_notification()

Mark notification read/unread for a user by ID.

Source: bp-notifications/bp-notifications-functions.php:124

bp_notifications_get_all_notifications_for_user()

Get all notifications for a user and cache them.

Source: bp-notifications/bp-notifications-functions.php:143

bp_notifications_get_all_notifications_for_user

Filters all notifications for a user.

Source: bp-notifications/bp-notifications-functions.php:169

bp_notifications_get_grouped_notifications_for_user()

Get a user’s unread notifications, grouped by component and action.

Source: bp-notifications/bp-notifications-functions.php:184

bp_notifications_get_notifications_for_user()

Get notifications for a specific user.

Source: bp-notifications/bp-notifications-functions.php:208