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


Top ↑

Parameters Parameters

$order

Order object.


Top ↑

Source Source

File: packages/woocommerce-blocks/src/StoreApi/Routes/Checkout.php



Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.