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.


Top ↑

Source Source

File: includes/class-wc-webhook.php



Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.