@since: BuddyPress 1.0.0 |
Description |
---|---|
xprofile_avatar_upload_dir() |
Setup the avatar upload directory for a user. |
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_get_field_id_from_name() |
Returns the ID for the field based on the field name. |
xprofile_get_random_profile_data() |
Fetches a random piece of profile data for the user. |
xprofile_get_field_data() |
Fetches profile data for a specific field for the user. |
xprofile_get_field_data |
Filters the field data value for a specific field for the user. |
xprofile_set_field_data() |
A simple function to set profile data for a specific field for a specific user. |
xprofile_insert_field_group() |
Insert a new profile field group. |