Get BuddyPress Profile Field

This will give you the value of a X profile field

$last_name = xprofile_get_field_data('Last Name', $user_ID); 
Comments