bp_message_thread()
Set up the current thread inside the loop.
Description Description
Return Return
(object)
Source Source
File: bp-messages/bp-messages-template.php
function bp_message_thread() {
global $messages_template;
return $messages_template->the_message_thread();
}