BP_Core_User::get_profile_data()

Fetch xprofile data for the current user.


Description Description

See also See also


Top ↑

Return Return

(array) See BP_XProfile_Profile_Data::get_all_for_user().


Top ↑

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 );
	}

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.