Uses
Uses | Description |
---|---|
wp-signup.php: signup_get_available_languages() | Retrieves languages available during the site/user signup process. |
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_blog_signup() | New site signup confirmation |
wp-signup.php: add_signup_meta | Filters the new default site meta variables. |
wp-includes/formatting.php: wp_unslash() | Remove slashes from a string or array of strings. |
wp-includes/formatting.php: sanitize_text_field() | Sanitizes a string from user input or from the database. |
wp-includes/plugin.php: apply_filters() | Calls the callback functions that have been added to a filter hook. |
wp-includes/ms-functions.php: wpmu_validate_user_signup() | Sanitize and validate data required for a user sign-up. |
wp-includes/ms-functions.php: wpmu_validate_blog_signup() | Processes new site registrations. |
wp-includes/ms-functions.php: wpmu_signup_blog() | Record site signup information for future activation. |