File: bp-xprofile/bp-xprofile-functions.php |
Description |
|---|---|
| xprofile_check_is_required_field() |
Check if field is a required field. |
| xprofile_get_field_data() |
Fetches profile data for a specific field for the user. |
| xprofile_get_field_data |
Filters the field data value for a specific field for the user. |
| xprofile_set_field_data() |
A simple function to set profile data for a specific field for a specific user. |
| bp_xprofile_set_field_data_pre_validate |
Filter the raw submitted profile field value. |
| xprofile_delete_field_group() |
Delete a specific profile field group. |
| xprofile_update_field_group_position() |
Update the position of a specific profile field group. |
| bp_xprofile_get_field_types() |
Get details of all xprofile field types. |
| bp_xprofile_get_field_types |
Filters the list of all xprofile field types. |
| bp_xprofile_create_field_type() |
Creates the specified field type object; used for validation and templating. |