bp_get_message_thread_to()
Generate HTML links to the pages of the current thread’s recipients.
Description
Return
(string)
Source
File: bp-messages/bp-messages-template.php
263 264 265 266 267 268 269 270 271 272 273 274 | function bp_get_message_thread_to() { global $messages_template ; /** * Filters the HTML links to the pages of the current thread's recipients. * * @since BuddyPress 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 ) ); } |
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.