bp_get_message_thread_to()
Generate HTML links to the pages of the current thread’s recipients.
Description Description
Return Return
(string)
Source Source
File: bp-messages/bp-messages-template.php
function bp_get_message_thread_to() {
global $messages_template;
/**
* Filters the HTML links to the pages of the current thread's recipients.
*
* @since 1.0.0
*
* @param string $value HTML links to the pages of the current thread's recipients.
*/
return apply_filters( 'bp_message_thread_to', BP_Messages_Thread::get_recipient_links($messages_template->thread->recipients ) );
}