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

When a user is deleted, we need to clean up the database and remove all the profile data from each table. Also we need to clean anything up in the usermeta table that this component uses.

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

xprofile_sync_bp_profile()

Syncs the standard built in WordPress profile data to XProfile.

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

bp_xprofile_update_display_name()

Update display_name in user database.

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

user_profile_update_validate_nickname()

Validate nickname when updated and return error if invalid.

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

xprofile_sync_wp_profile_on_single_field_set()

Update the WP display, last, and first name fields when the xprofile display name field is updated.

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

xprofile_update_field_position()

Update the field position for a provided field.

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

xprofile_override_user_fullnames()

Replace the displayed and logged-in users fullnames with the xprofile name, if required.

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

xprofile_avatar_upload_dir()

Setup the avatar upload directory for a user.

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

xprofile_avatar_upload_dir

Filters the avatar upload directory for a user.

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

bp_xprofile_bp_user_query_search()

When search_terms are passed to BP_User_Query, search against xprofile fields.

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