wpseek.com
A WordPress-centric search engine for devs and theme authors
wp-signup.php › WordPress File
Functions16
› Sets up the WordPress Environment.
Function | Short description |
---|---|
confirm_another_blog_signup | Confirm a new site signup. |
confirm_blog_signup | Shows a message confirming that the new site has been registered and is awaiting activation. |
confirm_user_signup | New user signup confirmation |
do_signup_header | Prints signup_header via wp_head |
show_blog_form | Generates and displays the Signup and Create Site forms |
show_user_form | Displays the fields for the new user account registration form. |
signup_another_blog | Allow returning users to sign up for another site |
signup_blog | Shows a form for a user or visitor to sign up for a new site. |
signup_get_available_languages | Retrieves languages available during the site/user signup process. |
signup_user | Shows a form for a visitor to sign up for a new user account. |
validate_another_blog_signup | Validate a new site signup for an existing user. |
validate_blog_form | Validate the new site signup |
validate_blog_signup | Validate new site signup |
validate_user_form | Validate user signup name and email |
validate_user_signup | Validate the new user signup |
wpmu_signup_stylesheet | Prints styles for front-end Multisite signup pages |