File: bp-members/bp-members-functions.php |
Description |
---|---|
bp_members_add_role_after_activation() |
Add default WordPress role for new signups on the BP root blog. |
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. |
pre_user_login |
Filters the username before being validated. |
bp_core_validate_user_signup |
Filters the result of the user signup validation. |
bp_core_validate_blog_signup() |
Validate blog URL and title provided at signup. |
bp_core_validate_blog_signup |
Filters the validated 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_send_activation_key |
Filters if BuddyPress should send an activation key for a new signup. |