apply_filters( 'woocommerce_webhook_should_deliver', bool $should_deliver , WC_Webhook $this , mixed $arg )
Let other plugins intercept deliver for some messages queue like rabbit/zeromq.
Description Description
Parameters Parameters
- $should_deliver
-
True if the webhook should be sent, or false to not send it.
- $this
-
The current webhook class.
- $arg
-
First hook argument.
Source Source
File: includes/class-wc-webhook.php