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,
) );
}
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,
) );
}