@since: BuddyPress 1.9.0 |
Description |
---|---|
bp_notifications_mark_notification() |
Mark notification read/unread for a user by ID. |
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. |
BP_Notifications_Notification::update() |
Update notifications. |
BP_Notifications_Notification::delete() |
Delete notifications. |
BP_Notifications_Notification::delete_by_id() |
Delete a single notification by ID. |