File: bp-xprofile/classes/class-bp-xprofile-profiledata.php |
Description |
|---|---|
| xprofile_data_value_before_save |
Filters the data’s value before saving to the database. |
| 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::__construct() |
BP_XProfile_ProfileData constructor. |
| BP_XProfile_ProfileData::populate() |
Populates the XProfile profile data. |
| BP_XProfile_ProfileData::exists() |
Check if there is data already for the user. |