woocommerce_webhook_should_deliver, $should_deliver, $this, $arg
woocommerce_webhook_should_deliver, $should_deliver, $this, $arg
Appears in: woocommerce.11.0.0
Hook Type: filter
Displaying hooks found in version: woocommerce.11.0.0apply_filters('woocommerce_webhook_should_deliver, $should_deliver, $this, $arg') is found 1 times:
- /includes/class-wc-webhook.php line 153
* @param bool $should_deliver True if the webhook should be sent, or false to not send it. * @param WC_Webhook $this The current webhook class. * @param mixed $arg First hook argument. */ return apply_filters( 'woocommerce_webhook_should_deliver', $should_deliver, $this, $arg ); } /** * Returns if webhook is active. * * @since 3.6.0