File: bp-members/bp-members-functions.php |
Description |
|---|---|
| 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. |
| 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. |