@since: BuddyPress 1.0.0 |
Description |
---|---|
BP_XProfile_ProfileData::get_last_updated() |
Get time for last XProfile field data update by user. |
BP_XProfile_ProfileData::delete_data_for_user() |
Delete all data for provided user ID. |
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. |
BP_XProfile_ProfileData::populate() |
Populates the XProfile profile data. |
BP_XProfile_ProfileData::exists() |
Check if there is data already for the user. |
BP_XProfile_ProfileData::is_valid_field() |
Check if this data is for a valid field. |
BP_XProfile_ProfileData::save() |
Save the data for the XProfile field. |
xprofile_data_user_id_before_save |
Filters the data’s user ID before saving to the database. |
xprofile_data_field_id_before_save |
Filters the data’s field ID before saving to the database. |