@since: BuddyPress 1.0.0 |
Description |
---|---|
xprofile_group_after_save |
Fires after the current group instance gets saved. |
xprofile_updated_profile |
Fires after all XProfile fields have been saved for the current profile. |
BP_XProfile_ProfileData::get_fullname() |
Get fullname for provided user ID. |
BP_XProfile_ProfileData::get_random() |
Get random field type by 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. |
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. |
BP_XProfile_ProfileData::get_value_byid() |
Get profile field values by field ID and user IDs. |