Namespaces: global |
Description |
|---|---|
| bp_member_type_tax_name() |
Output the slug of the profile type taxonomy. |
| bp_core_map_user_registration() |
Map a user’s WP display name to the XProfile fullname field, if necessary. |
| bp_core_signup_avatar_upload_dir() |
Get the avatar storage directory for use during registration. |
| bp_members_migrate_signups() |
Migrate signups from pre-2.0 configuration to wp_signups. |
| bp_core_validate_email_address() |
Check that an email address is valid for use. |
| bp_core_add_validation_error_messages() |
Add the appropriate errors to a WP_Error object, given results of a validation test. |
| bp_core_validate_user_signup() |
Validate a user name and email address when creating a new user. |
| bp_core_validate_blog_signup() |
Validate blog URL and title provided at signup. |
| bp_core_signup_user() |
Process data submitted at user registration and convert to a signup object. |
| bp_core_signup_blog() |
Create a blog and user based on data supplied at user registration. |