@since: BuddyPress 1.0.0 |
Description |
---|---|
bp_get_total_unread_messages_count |
Filters the unread messages count for the current inbox. |
bp_get_message_thread_unread_count |
Filters the current thread’s unread count. |
bp_message_thread_to |
Filters the HTML links to the pages of the current thread’s recipients. |
bp_get_message_thread_view_link |
Filters the permalink of a particular thread. |
bp_get_message_thread_delete_link |
Filters the URL for deleting the current thread. |
bp_get_message_thread_from |
Filters the link to the page of the current thread’s last author. |
bp_has_message_threads() |
Retrieve private message threads for display in inbox/sentbox/notices. |
bp_get_message_thread_id |
Filters the ID of the current thread in the loop. |
bp_get_message_thread_excerpt |
Filters the excerpt of the current thread in the loop. |
messages_notification_new_message() |
Email message recipients to alert them of a new unread private message. |