@since: BuddyPress 1.9.0
Description
bp_notifications_delete_notifications_by_type()

Delete notifications for a user by type.

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

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_mark_notification()

Mark notification read/unread for a user by ID.

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

bp_notifications_get_notifications_for_user()

Get notifications for a specific user.

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

BP_Notifications_Template::__construct()

Constructor method.

Source: bp-notifications/classes/class-bp-notifications-template.php:153

BP_Notifications_Template::has_notifications()

Whether there are notifications available in the loop.

Source: bp-notifications/classes/class-bp-notifications-template.php:261

BP_Notifications_Template::next_notification()

Set up the next notification and iterate index.

Source: bp-notifications/classes/class-bp-notifications-template.php:276

BP_Notifications_Template::rewind_notifications()

Rewind the blogs and reset blog index.

Source: bp-notifications/classes/class-bp-notifications-template.php:290

BP_Notifications_Template::notifications()

Whether there are notifications left in the loop to iterate over.

Source: bp-notifications/classes/class-bp-notifications-template.php:313