• Resolved lsantaniello

    (@lsantaniello)


    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

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Woocommerce creating order hook’ is closed to new replies.