bp_the_thread_message_sender_avatar( array|string $args = '' )

Output the avatar for the current message sender.


Description Description


Parameters Parameters

$args

(Optional) See bp_get_the_thread_message_sender_avatar_thumb() for a description.

Default value: ''


Top ↑

Source Source

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

function bp_the_thread_message_sender_avatar( $args = '' ) {
	echo bp_get_the_thread_message_sender_avatar_thumb( $args );
}

Top ↑

User Contributed Notes User Contributed Notes

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