Skip to content

Instantly share code, notes, and snippets.

@mateusneves
Created April 6, 2016 18:44
Show Gist options
  • Save mateusneves/2de32323c45783a9ea47dfcbbc4d1c50 to your computer and use it in GitHub Desktop.
Save mateusneves/2de32323c45783a9ea47dfcbbc4d1c50 to your computer and use it in GitHub Desktop.
Show Buddypress logged user avatar
<?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