File: bp-core/classes/class-bp-core-notification.php |
Description |
---|---|
BP_Core_Notification |
BP_Core_Notification is deprecated. |
BP_Core_Notification::__construct() |
Constructor |
BP_Core_Notification::save() |
Update or insert notification details into the database. |
BP_Core_Notification::populate() |
Fetches the notification data from the database. |
BP_Core_Notification::check_access() |
Check the access for a user. |
BP_Core_Notification::get_all_for_user() |
Fetches all the notifications in the database for a specific user. |
BP_Core_Notification::delete_for_user_by_type() |
Delete all the notifications for a user based on the component name and action. |
BP_Core_Notification::delete_for_user_by_item_id() |
Delete all the notifications that have a specific item id, component name and action. |
BP_Core_Notification::delete_from_user_by_type() |
Deletes all the notifications sent by a specific user, by component and action. |
BP_Core_Notification::delete_all_by_type() |
Deletes all the notifications for all users by item id, and optional secondary item id, and component name and action. |