Changes between Initial Version and Version 1 of Ticket #5334, comment 7
- Timestamp:
- 02/24/2014 01:28:17 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #5334, comment 7
initial v1 9 9 }}} 10 10 11 But this is still showing the warning message. 11 But this is still showing the warning message 12 13 I've used this for temporal solution: 14 15 $profile_data = BP_XProfile_ProfileData::get_all_for_user( bp_displayed_user_id() ); 16 $field = "MY FIELD"; 17 $data = xprofile_format_profile_field( $profile_data[$field]['field_type'], $profile_data[$field]['field_data'] );