File: bp-notifications/bp-notifications-functions.php |
Description |
---|---|
bp_notifications_get_meta |
Filters the metadata for a specified notification item. |
bp_notifications_update_meta() |
Update a piece of notification meta. |
bp_notifications_add_meta() |
Add a piece of notification metadata. |
bp_notifications_delete_meta() |
Delete a meta entry from the DB for a notification item. |
bp_notifications_get_meta() |
Get metadata for a given notification item. |
bp_notifications_delete_notifications_from_user() |
Delete all notifications from a user. |
bp_notifications_delete_notifications_on_user_delete() |
Delete a user’s notifications when the user is deleted. |
bp_notifications_mark_notifications_by_type() |
Mark notifications read/unread for a user by type. |
bp_notifications_mark_notifications_by_item_id() |
Mark notifications read/unread for an item ID. |
bp_notifications_mark_all_notifications_by_type() |
Mark all notifications read/unread by type. |