woocommerce_lostpassword_form

woocommerce_lostpassword_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_lostpassword_form') is found 1 times:

  • /templates/myaccount/form-lost-password.php line 34
    	</p>
    
    	<div class="clear"></div>
    
    	<?php do_action( 'woocommerce_lostpassword_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( 'Reset password', 'woocommerce' ); ?>"><?php esc_html_e( 'Reset password', 'woocommerce' ); ?></button>
    	</p>
    
    

See this hook used in plugins: