File: wp-signup.php
-
functionsignup_get_available_languages()
Retrieves languages available during the site/user sign-up process.
-
Filters the list of available languages for front-end site sign-ups.
-
Fires before the Site Sign-up page is loaded.
-
Fires when the site sign-up form is sent.
-
Fires after the sign-up forms, before wp_footer.
-
functionsignup_blog()
Shows a form for a user or visitor to sign up for a new site.
-
Fires when hidden sign-up form fields output when creating another site or user.
-
hooksignup_blog_init
Filters the default site creation variables for the site sign-up form.
-
functionvalidate_another_blog_signup()
Validates a new site sign-up for an existing user.
-
functionvalidate_blog_signup()
Validates new site signup.
-
Filters the new site meta variables.
-
functionconfirm_blog_signup()
Shows a message confirming that the new site has been registered and is awaiting activation.
-
hookadd_signup_meta
Filters the new default site meta variables.
-
Fires before the site Sign-up form.
-
functionconfirm_another_blog_signup()
Shows a message confirming that the new site has been created.
-
Filters the type of site sign-up.
-
hooksignup_finished
Fires when the site or user sign-up process is complete.
-
functionshow_user_form()
Displays the fields for the new user account registration form.
-
functionsignup_user()
Shows a form for a visitor to sign up for a new user account.
-
Fires at the end of the new user account registration form.
-
hooksignup_user_init
Filters the default user variables used on the user sign-up form.
-
functionvalidate_user_form()
Validates user sign-up name and email.
-
functionvalidate_user_signup()
Validates the new user sign-up.
-
functionsignup_another_blog()
Shows a form for returning users to sign up for another site.
-
functionconfirm_user_signup()
Shows a message confirming that the new user has been registered and is awaiting activation.
-
Filters the default site sign-up variables.
-
functiondo_signup_header()
Prints signup_header via wp_head.
-
hooksignup_header
Fires within the head section of the site sign-up screen.
-
functionwpmu_signup_stylesheet()
Prints styles for front-end Multisite Sign-up pages.
-
functionshow_blog_form()
Generates and displays the Sign-up and Create Site forms.