Uses
Uses | Description |
---|---|
wp-signup.php: validate_user_form() | Validate user signup name and email |
wp-signup.php: signup_user() | Setup the new user signup process |
wp-signup.php: signup_blog() | Setup the new site signup |
wp-signup.php: confirm_user_signup() | New user signup confirmation |
wp-signup.php: add_signup_meta | Filters the new default site meta variables. |
wp-includes/plugin.php: apply_filters() | Calls the callback functions that have been added to a filter hook. |
wp-includes/ms-functions.php: wpmu_signup_user() | Record user signup information for future activation. |