@since: BuddyPress 1.9.0 |
Description |
---|---|
bp_notifications_get_notifications_for_user() |
Get notifications for a specific user. |
BP_Notifications_Template::__construct() |
Constructor method. |
BP_Notifications_Template::has_notifications() |
Whether there are notifications available in the loop. |
BP_Notifications_Template::next_notification() |
Set up the next notification and iterate index. |
BP_Notifications_Template::rewind_notifications() |
Rewind the blogs and reset blog index. |
BP_Notifications_Template::notifications() |
Whether there are notifications left in the loop to iterate over. |
notifications_loop_end |
Fires right before the rewinding of notification posts. |
BP_Notifications_Notification::delete() |
Delete notifications. |
BP_Notifications_Notification::delete_by_id() |
Delete a single notification by ID. |
BP_Notifications_Notification::get_all_for_user() |
Fetch all the notifications in the database for a specific user. |