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_get_registered_components |
Filters active components with registered notifications callbacks. |
bp_notifications_screen_settings() |
Catch and route the ‘settings’ notifications screen. |
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. |