Buddypress Add unserialized Profile Fields in Members Loop [closed]

I believe xprofile_get_field_data is unserializing the data for you, but it is still in an array.

xprofile_get_field_data can return an array or a comma-separated string.

xprofile_get_field_data( $field, $user_id = 0, $multi_format="array" )

@param string $multi_format

  • How should array data be returned?
  • ‘comma’ if you want a comma-separated string
  • ‘array’ if you want an array