woocommerce_login_failed

woocommerce_login_failed

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: action

See hook in core

Displaying hooks found in version: woocommerce.9.3.3

do_action('woocommerce_login_failed') is found 1 times:

  • /includes/class-wc-form-handler.php line 1011
    					exit;
    				}
    			} catch ( Exception $e ) {
    				wc_add_notice( apply_filters( 'login_errors', $e->getMessage() ), 'error' );
    				do_action( 'woocommerce_login_failed' );
    			}
    		}
    	}
    
    	/**
    	 * Handle lost password form.