bp_loggedin_user_avatar( array|string $args = '' )

Output the logged-in user’s avatar.


Description Description

See also See also


Top ↑

Parameters Parameters

$args

(Optional) bp_get_loggedin_user_avatar().

Default value: ''


Top ↑

Source Source

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

function bp_loggedin_user_avatar( $args = '' ) {
	echo bp_get_loggedin_user_avatar( $args );
}

Top ↑

Changelog Changelog

Changelog
Version Description
1.1.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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