Skip to:
Content

BuddyPress.org

Changes between Initial Version and Version 1 of Ticket #5334, comment 7


Ignore:
Timestamp:
02/24/2014 01:28:17 PM (11 years ago)
Author:
templaries
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #5334, comment 7

    initial v1  
    99}}}
    1010
    11 But this is still showing the warning message.
     11But this is still showing the warning message
     12
     13I'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'] );