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.9.8.1

do_action('woocommerce_resetpassword_form') is found 1 times:

  • /templates/myaccount/form-reset-password.php line 41
    37
    38
    39
    40
    41
    42
    43
    44
    45
    46
    <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: