Created
April 6, 2016 18:44
-
-
Save mateusneves/2de32323c45783a9ea47dfcbbc4d1c50 to your computer and use it in GitHub Desktop.
Show Buddypress logged user avatar
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
echo bp_core_fetch_avatar( array( | |
'item_id' => bp_loggedin_user_id(), | |
'width' => 50, | |
'height' => 50, | |
'class' => 'avatar', | |
) | |
); | |
?> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment