Fires following the 'Email' field in the user registration form.
wp-login.php:1177file scope /** * Fires following the 'Email' field in the user registration form. * * @since 2.1.0 */ do_action( 'register_form' ); ?> <p id="reg_passmail"> <?php _e( 'Registration confirmation will be emailed to you.' ); ?> </p> <input type="hidden" name="redirect_to" value="<?php echo esc_attr( $redirect_to ); ?>" />Introduced in 2.1.0. Unchanged from 6.7.7 through 7.1.0.
Signature, return type and hooks compared across 5 parsed releases.