@since: BuddyPress 1.9.0
Description
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

notifications_loop_end

Fires right before the rewinding of notification posts.

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

BP_Notifications_Template::the_notification()

Set up the current notification inside the loop.

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

notifications_loop_start

Fires if the current notification item is the first in the notification loop.

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

bp_notifications_action_delete()

Handle deleting single notifications.

Source: bp-notifications/actions/delete.php:16

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_Notification::get_current_notifications_for_user()

Get unread notifications for a user, in a pagination-friendly format.

Source: bp-notifications/classes/class-bp-notifications-notification.php:1011

BP_Notifications_Notification::mark_all_for_user()

Mark all user notifications as read.

Source: bp-notifications/classes/class-bp-notifications-notification.php:1053

BP_Notifications_Notification::mark_all_from_user()

Mark all notifications from a user as read.

Source: bp-notifications/classes/class-bp-notifications-notification.php:1096