File: bp-xprofile/bp-xprofile-functions.php
Description
xprofile_sync_wp_profile()

Sync xprofile data to the standard built in WordPress profile data.

Source: bp-xprofile/bp-xprofile-functions.php:879

xprofile_get_random_profile_data

Filters a random piece of profile data for the user.

Source: bp-xprofile/bp-xprofile-functions.php:675

xprofile_format_profile_field()

Formats a profile field according to its type. [ TODO: Should really be moved to filters ]

Source: bp-xprofile/bp-xprofile-functions.php:687

xprofile_set_field_visibility_level()

Set the visibility level for this field.

Source: bp-xprofile/bp-xprofile-functions.php:514

xprofile_get_field_visibility_level()

Get the visibility level for a field.

Source: bp-xprofile/bp-xprofile-functions.php:546

xprofile_delete_field_data()

Delete XProfile field data.

Source: bp-xprofile/bp-xprofile-functions.php:580

xprofile_check_is_required_field()

Check if field is a required field.

Source: bp-xprofile/bp-xprofile-functions.php:609

xprofile_validate_field()

Validate profile field.

Source: bp-xprofile/bp-xprofile-functions.php:625

xprofile_validate_field

Certain types of fields (checkboxes, multiselects) may come through empty.

Source: bp-xprofile/bp-xprofile-functions.php:626

xprofile_get_field_id_from_name()

Returns the ID for the field based on the field name.

Source: bp-xprofile/bp-xprofile-functions.php:637