wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren
wp-signup.php › WordPress File
Funktionen16
› WordPress Signup Page
Funktion | Kurzbeschreibung |
---|---|
confirm_another_blog_signup | Shows a message confirming that the new site has been created. |
confirm_blog_signup | Shows a message confirming that the new site has been registered and is awaiting activation. |
confirm_user_signup | Shows a message confirming that the new user has been registered and is awaiting activation. |
do_signup_header | Prints signup_header via wp_head. |
show_blog_form | Generates and displays the Sign-up and Create Site forms. |
show_user_form | Displays the fields for the new user account registration form. |
signup_another_blog | Shows a form for 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 sign-up process. |
signup_user | Shows a form for a visitor to sign up for a new user account. |
validate_another_blog_signup | Validates a new site sign-up for an existing user. |
validate_blog_form | Validates the new site sign-up. |
validate_blog_signup | Validates new site signup. |
validate_user_form | Validates user sign-up name and email. |
validate_user_signup | Validates the new user sign-up. |
wpmu_signup_stylesheet | Prints styles for front-end Multisite Sign-up pages. |