do_action( 'signup_finished' )
Fires when the site or user sign-up process is complete.
Source
File: wp-signup.php
.
View all references
do_action( 'signup_finished' );
Changelog
Version | Description |
---|---|
3.0.0 | Introduced. |
Fires when the site or user sign-up process is complete.
File: wp-signup.php
.
View all references
do_action( 'signup_finished' );
Used By | Description |
---|---|
confirm_another_blog_signup() wp-signup.php |
Shows a message confirming that the new site has been created. |
confirm_user_signup() wp-signup.php |
Shows a message confirming that the new user has been registered and is awaiting activation. |
confirm_blog_signup() wp-signup.php |
Shows a message confirming that the new site has been registered and is awaiting activation. |
Version | Description |
---|---|
3.0.0 | Introduced. |