bp_message_thread_avatar( array|string $args = '' )
Output the avatar for the last sender in the current message thread.
Description Description
See also See also
- bp_get_message_thread_avatar(): for a description of arguments.
Parameters Parameters
- $args
-
(Optional) See bp_get_message_thread_avatar().
Default value: ''
Source Source
File: bp-messages/bp-messages-template.php
function bp_message_thread_avatar( $args = '' ) { echo bp_get_message_thread_avatar( $args ); }