WP_Async_Request handle() method not called in woocommerce_api_* action hooks
-
Hi,
I’ve created a plugin where I use a subclass of WP_Async_Request to make
asynchronous api calls which has worked flawlessly so far. However, when
I tried to make an asynchronous api call from within woocommerce_api_create_product
and woocommerce_api_create_category action hooks the handle() method in
WP_Async_Request is never called. I’d like to know why the asynchronous
api calls aren’t working here.Thank you
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘WP_Async_Request handle() method not called in woocommerce_api_* action hooks’ is closed to new replies.