Quantcast
Channel: BuddyPress.org » All Posts
Viewing all articles
Browse latest Browse all 321

Reply To: How do I display a single user’s avatar with just the username NOT user-id?

$
0
0

I forgot the comma above, should be a comma after ‘full’ , like so …



return bp_core_fetch_avatar( array(
  'type' 	 => 'full',
  'item_id'	 => $user->ID,
  'width'	 => 80,
  'height'	 => 80,
  ) );
}


Viewing all articles
Browse latest Browse all 321

Trending Articles