Retrieve Mini Avatar

DescriptionBuddypress snippet by - 08/05/10

Use this to access the buddypress author's avatar

Tags , ,

function bp_author_avatar() {
global $authordata;
// Get author's data BuddyPress style
$author = new BP_Core_User( $authordata->ID );
echo $author->avatar_mini;
}
  • Share
Authored by: Matthew Price
http://www.matthewaprice.com

One Response to “Retrieve Mini Avatar”

Comments and Feedback