Woocommerce creating order hook
-
Hi guys,
I need to extend the woocommerce order. I used this hook:add_filter( ‘woocommerce_thankyou_order_id’, ‘filter_woocommerce_thankyou_order_id’, 10, 1 );
It works successfully but It is not triggered when I call Rest API “Create Order”
Could you please help me to find the correct hook?
Thanks
Luca
- The topic ‘Woocommerce creating order hook’ is closed to new replies.