do_action( '__experimental_woocommerce_blocks_checkout_order_processed', WC_Order $order )
WooCommerce Blocks Checkout Order Processed (experimental).
Description Description
This hook informs extensions that $order has completed processing and is ready for payment.
This is similar to existing core hook woocommerce_checkout_order_processed. We’re using a new action:
- To keep the interface focused (only pass $order, not passing request data).
- This also explicitly indicates these orders are from checkout block/StoreAPI.
See also See also
Parameters Parameters
- $order
-
Order object.
Source Source
File: packages/woocommerce-blocks/src/StoreApi/Routes/Checkout.php