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


Top ↑

Parameters Parameters

$args

(Optional) See bp_get_message_thread_avatar().

Default value: ''


Top ↑

Source Source

File: bp-messages/bp-messages-template.php

function bp_message_thread_avatar( $args = '' ) {
	echo bp_get_message_thread_avatar( $args );
}

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.