@since: BuddyPress 1.9.0 |
Description |
---|---|
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_delete_all_notifications_by_type() |
Delete all notifications by type. |
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. |
bp_notifications_action_delete() |
Handle deleting single notifications. |
bp_notifications_add_notification() |
Add a notification for a specific user, from a specific component. |