BP_Core_User::get_profile_data()
Fetch xprofile data for the current user.
Description Description
See also See also
- BP_XProfile_ProfileData::get_all_for_user(): for description of return value.
Return Return
(array) See BP_XProfile_Profile_Data::get_all_for_user().
Source Source
File: bp-core/classes/class-bp-core-user.php
public function get_profile_data() { return BP_XProfile_ProfileData::get_all_for_user( $this->id ); }