Code No Longer Working
-
I was using the following code snippet which worked great to trigger Woocommerce webhooks immediately.
function custom_woocommerce_disable_async_webhook() {
return false;
}
add_filter(‘woocommerce_webhook_deliver_async’, ‘custom_woocommerce_disable_async_webhook’);I had customers contact me today saying it was no longer working. Did your recent update cause this snippet to no longer work?
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Code No Longer Working’ is closed to new replies.