lostpassword_form

lostpassword_form

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

See hook in core

Displaying hooks found in version: wordpress-6.5.2

do_action('lostpassword_form') is found 1 times:

  • /wp-login.php line 897
    			 * Fires inside the lostpassword form tags, before the hidden fields.
    			 *
    			 * @since 2.1.0
    			 */
    			do_action( 'lostpassword_form' );
    
    			?>
    			<input type="hidden" name="redirect_to" value="<?php echo esc_attr( $redirect_to ); ?>" />
    			<p class="submit">
    				<input type="submit" name="wp-submit" id="wp-submit" class="button button-primary button-large" value="<?php esc_attr_e( 'Get New Password' ); ?>" />
    			</p>
    

See this hook used in plugins: