Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Is it possible to get only the avatar-url ?


r-a-y
Keymaster

@r-a-y

@odiggy – You could also use:
bp_loggedin_user_avatar( 'html=false' );
(available in /bp-core/bp-core-templatetags.php)

Because that will automatically call the logged in user’s avatar without using the generic bp_core_fetch_avatar() and needing additional parameters.

Skip to toolbar