Action on change order status
-
Hello,
In native woocommerce statuses there is an action
do_action('woocommerce_order_status_completed');
I’m trying to hook into a custom order status created by your plugin to do some task if the order changed to that status
example
add_action('woocommerce_order_status_' . $status, [$this,'woocommerce_order_status_other'], 10, 1);
The action never hits
I’ve checked your plugin code for do_action events but find nothingCan you please provide me with any help. Regarding this?
Thanks
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Action on change order status’ is closed to new replies.