bp_get_message_thread_subject()
Get the subject of the current thread in the loop.
Description
Return
(string)
Source
File: bp-messages/bp-messages-template.php
function bp_get_message_thread_subject() { global $messages_template; /** * Filters the subject of the current thread in the loop. * * @since BuddyPress 1.1.0 * * @param string $value Subject of the current thread in the loop. */ return apply_filters( 'bp_get_message_thread_subject', $messages_template->thread->last_message_subject ); }
Questions?
We're always happy to help with code or other questions you might have! Search our developer docs, contact support, or connect with our sales team.