Namespaces: global |
Description |
|---|---|
| bp_xprofile_firstname_field_id() |
Get the field id of the first name field |
| bp_xprofile_lastname_field_id() |
Get the field id of the last name field |
| 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_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_update_field_position() |
Update the field position for a provided field. |
| 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. |