File: bp-messages/bp-messages-notifications.php |
Description |
---|---|
messages_screen_notification_settings() |
Render the markup for the Messages section of Settings > Notifications. |
messages_screen_notification_settings |
Fires inside the closing |
bp_messages_screen_conversation_mark_notifications() |
Mark new message notification when member reads a message thread directly. |
bp_messages_mark_notification_on_mark_thread() |
Mark new message notification as read when the corresponding message is mark read. |
bp_messages_message_delete_notifications() |
When a message is deleted, delete corresponding notifications. |
messages_format_notifications() |
Format notifications for the Messages component. |
bp_messages_{$amount}_new_message_notification |
Filters the new message notification text before the notification is created. |
bp_messages_{$action}_notification |
Filters the custom action notification before the notification is created. |
messages_format_notifications |
Fires right before returning the formatted message notifications. |
bp_messages_message_sent_add_notification() |
Send notifications to message recipients. |