Fires when the site or user sign-up process is complete.
wp-signup.php:582confirm_another_blog_signup()wp-signup.php:727confirm_user_signup()wp-signup.php:897confirm_blog_signup() <?php /** * Fires when the site or user sign-up process is complete. * * @since 3.0.0 */ do_action( 'signup_finished' );} /** * Shows a form for a visitor to sign up for a new user account. * * @since MU (3.0.0)Introduced in 3.0.0. Unchanged from 6.7.7 through 7.1.0.
Signature, return type and hooks compared across 5 parsed releases.