bp_get_message_thread_from()
Get a link to the page of the current thread’s last author.
Description Description
Return Return
(string)
Source Source
File: bp-messages/bp-messages-template.php
function bp_get_message_thread_from() { global $messages_template; /** * Filters the link to the page of the current thread's last author. * * @since 1.0.0 * * @param string $value Link to the page of the current thread's last author. */ return apply_filters( 'bp_get_message_thread_from', bp_core_get_userlink( $messages_template->thread->last_sender_id ) ); }