@since: BuddyPress 1.9.0 |
Description |
---|---|
bp_notifications_get_notifications_for_user |
This filters is documented in bp-notifications/bp-notifications-functions.php |
bp_notifications_delete_notifications_by_type() |
Delete notifications for a user by type. |
bp_notifications_delete_notifications_by_item_id() |
Delete notifications for an item ID. |
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_Template::the_notification() |
Set up the current notification inside the loop. |
notifications_loop_start |
Fires if the current notification item is the first in the notification loop. |