File: bp-messages/bp-messages-template.php |
Description |
---|---|
bp_get_message_thread_delete_link |
Filters the URL for deleting the current thread. |
bp_the_message_thread_mark_unread_url() |
Output the URL used for marking a single message thread as unread. |
bp_get_message_thread_content() |
Return the thread’s last message content. |
bp_message_thread_content() |
Output the thread’s last message content. |
bp_has_message_threads() |
Retrieve private message threads for display in inbox/sentbox/notices. |
bp_has_message_threads |
Filters if there are any message threads to display in inbox/sentbox/notices. |
bp_message_threads() |
Check whether there are more threads to iterate over. |
bp_message_thread() |
Set up the current thread inside the loop. |
bp_message_thread_id() |
Output the ID of the current thread in the loop. |
bp_get_message_thread_id() |
Get the ID of the current thread in the loop. |