File: bp-members/bp-members-functions.php |
Description |
---|---|
bp_members_login_resend_activation_email() |
On the login screen, resends the activation email for a user. |
bp_core_wpsignup_redirect() |
Redirect away from wp-signup.php if BP registration templates are present. |
bp_members_migrate_signups() |
Migrate signups from pre-2.0 configuration to wp_signups. |
bp_core_signup_send_activation_key |
Filters if BuddyPress should send an activation key for a new signup. |
bp_core_signup_user |
Fires at the end of the process to sign up a user. |
bp_core_signup_blog() |
Create a blog and user based on data supplied at user registration. |
bp_core_signup_blog |
Filters the result of wpmu_signup_blog(). |
bp_core_activate_signup() |
Activate a signup, as identified by an activation key. |
bp_core_illegal_usernames |
Filters the array of default illegal usernames. |
bp_core_send_user_registration_admin_notification |
Maybe notify the site admin of a new user registration. |