Fires when the site or user sign-up process is complete.
Source
do_action( 'signup_finished' );
Changelog
| Version | Description |
|---|---|
| 3.0.0 | Introduced. |
| CARVIEW |
Fires when the site or user sign-up process is complete.
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. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.