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

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

BP_Notifications_Notification::delete_by_id()

Delete a single notification by ID.

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

BP_Notifications_Notification::get_all_for_user()

Fetch all the notifications in the database for a specific user.

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

BP_Notifications_Notification::get_unread_for_user()

Fetch all the unread notifications in the database for a specific user.

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