File: bp-xprofile/bp-xprofile-functions.php |
Description |
---|---|
xprofile_sync_bp_profile() |
Syncs the standard built in WordPress profile data to XProfile. |
bp_xprofile_update_display_name() |
Update display_name in user database. |
user_profile_update_validate_nickname() |
Validate nickname when updated and return error if invalid. |
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. |
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. |
xprofile_override_user_fullnames() |
Replace the displayed and logged-in users fullnames with the xprofile name, if required. |
xprofile_avatar_upload_dir() |
Setup the avatar upload directory for a user. |
xprofile_avatar_upload_dir |
Filters the avatar upload directory for a user. |
bp_xprofile_bp_user_query_search() |
When search_terms are passed to BP_User_Query, search against xprofile fields. |
xprofile_sync_wp_profile() |
Sync xprofile data to the standard built in WordPress profile data. |