Skip to:
Content

BuddyPress.org

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


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

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #5334, comment 7

    v1 v2  
    1313I've used this for temporal solution:
    1414
     15{{{
     16
    1517$profile_data = BP_XProfile_ProfileData::get_all_for_user( bp_displayed_user_id() );
    1618$field = "MY FIELD";
    1719$data = xprofile_format_profile_field( $profile_data[$field]['field_type'], $profile_data[$field]['field_data'] );
     20}}}
     21