woocommerce_resetpassword_form

woocommerce_resetpassword_form

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

See hook in core

Displaying hooks found in version: woocommerce.8.7.0

do_action('woocommerce_resetpassword_form') is found 1 times:

  • /templates/myaccount/form-reset-password.php line 41
    	<input type="hidden" name="reset_login" value="<?php echo esc_attr( $args&#91;'login'&#93; ); ?>" />
    
    	<div class="clear"></div>
    
    	<?php do_action( 'woocommerce_resetpassword_form' ); ?>
    
    	<p class="woocommerce-form-row form-row">
    		<input type="hidden" name="wc_reset_password" value="true" />
    		<button type="submit" class="woocommerce-Button button<?php echo esc_attr( wc_wp_theme_get_element_class_name( 'button' ) ? ' ' . wc_wp_theme_get_element_class_name( 'button' ) : '' ); ?>" value="<?php esc_attr_e( 'Save', 'woocommerce' ); ?>"><?php esc_html_e( 'Save', 'woocommerce' ); ?></button>
    	</p>
    
    

See this hook used in plugins: