@since: BuddyPress 1.9.0 |
Description |
---|---|
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. |
BP_Notifications_Notification::get_unread_for_user() |
Fetch all the unread notifications in the database for a specific user. |
BP_Notifications_Notification::get_read_for_user() |
Fetch all the read notifications in the database for a specific user. |
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. |
BP_Notifications_Notification::mark_all_by_type() |
Mark all notifications for all users as read by item id, and optional secondary item id, and component name and action. |
BP_Notifications_Template |
The main notifications template loop class. |