Changes between Version 1 and Version 2 of Ticket #5334, comment 7
- Timestamp:
- 02/24/2014 01:28:40 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #5334, comment 7
v1 v2 13 13 I've used this for temporal solution: 14 14 15 {{{ 16 15 17 $profile_data = BP_XProfile_ProfileData::get_all_for_user( bp_displayed_user_id() ); 16 18 $field = "MY FIELD"; 17 19 $data = xprofile_format_profile_field( $profile_data[$field]['field_type'], $profile_data[$field]['field_data'] ); 20 }}} 21