apply_filters( 'llms_rest_webhook_should_deliver', bool $deliver , LLMS_REST_Webhook $this , array $args )
Skip or hijack webhook delivery scheduling
Parameters Parameters
- $deliver
-
(bool) Whether or not to deliver webhook delivery.
- $this
-
(LLMS_REST_Webhook) Webhook object.
- $args
-
(array) Numeric array of arguments from the originating hook.
Source Source
File: libraries/lifterlms-rest/includes/models/class-llms-rest-webhook.php