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