@since: BuddyPress 1.9.0 |
Description |
|---|---|
| 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. |
| bp_notifications_get_notification() |
Get a specific notification by its ID. |
| BP_Notifications_Notification::get_current_notifications_for_user() |
Get unread notifications for a user, in a pagination-friendly format. |
| BP_Notifications_Notification::mark_all_for_user() |
Mark all user notifications as read. |
| BP_Notifications_Notification::mark_all_from_user() |
Mark all notifications from a user as read. |