File: bp-xprofile/bp-xprofile-functions.php |
Description |
---|---|
xprofile_sync_wp_profile() |
Sync xprofile data to the standard built in WordPress profile data. |
xprofile_get_random_profile_data |
Filters a random piece of profile data for the user. |
xprofile_format_profile_field() |
Formats a profile field according to its type. [ TODO: Should really be moved to filters ] |
xprofile_set_field_visibility_level() |
Set the visibility level for this field. |
xprofile_get_field_visibility_level() |
Get the visibility level for a field. |
xprofile_delete_field_data() |
Delete XProfile field data. |
xprofile_check_is_required_field() |
Check if field is a required field. |
xprofile_validate_field() |
Validate profile field. |
xprofile_validate_field |
Certain types of fields (checkboxes, multiselects) may come through empty. |
xprofile_get_field_id_from_name() |
Returns the ID for the field based on the field name. |