File: bp-xprofile/classes/class-bp-xprofile-field.php |
Description |
---|---|
BP_XProfile_Field::delete() |
Delete a profile field. |
xprofile_field_before_delete |
Fires before the current field instance gets deleted. |
xprofile_field_after_delete |
Fires after the current field instance gets deleted. |
BP_XProfile_Field::save() |
Save a profile field. |
xprofile_field_before_save |
Fires before the current field instance gets saved. |
xprofile_field_options_before_save |
Filters the submitted field option value before saved. |
BP_XProfile_Field |
Class to help set up XProfile fields. |
BP_XProfile_Field::__construct() |
Initialize and/or populate profile field. |
BP_XProfile_Field::populate() |
Populate a profile field object. |
BP_XProfile_Field::get_instance() |
Retrieve a `BP_XProfile_Field` instance. |