woocommerce_checkout_order_exception

woocommerce_checkout_order_exception

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

  • /includes/class-wc-checkout.php line 477
    				 * Action hook fired when an order is discarded due to Exception.
    				 *
    				 * @since 4.3.0
    				 */
    				do_action( 'woocommerce_checkout_order_exception', $order );
    			}
    			return new WP_Error( 'checkout-error', $e->getMessage() );
    		}
    	}
    
    	/**
    

See this hook used in plugins: