register_form

register_form

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: action
See hook in action

See hook in core

Displaying hooks found in version: wordpress-6.4.3

do_action('register_form') is found 1 times:

  • /wp-login.php line 1172
    			 * 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 ); ?>" />
    

See this hook used in plugins: