File: bp-xprofile/classes/class-bp-xprofile-profiledata.php |
Description |
|---|---|
| xprofile_data_last_updated_before_save |
Filters the data’s last updated timestamp before saving to the database. |
| xprofile_data_before_save |
Fires before the current profile data instance gets saved. |
| xprofile_data_after_save |
Fires after the current profile data instance gets saved. |
| BP_XProfile_ProfileData::delete() |
Delete specific XProfile field data. |
| xprofile_data_before_delete |
Fires before the current profile data instance gets deleted. |
| xprofile_data_after_delete |
Fires after the current profile data instance gets deleted. |
| BP_XProfile_ProfileData::get_data_for_user() |
Get a user’s profile data for a set of fields. |
| BP_XProfile_ProfileData::populate() |
Populates the XProfile profile data. |
| BP_XProfile_ProfileData::exists() |
Check if there is data already for the user. |
| xprofile_data_exists |
Filters whether or not data already exists for the user. |