apply_filters( 'llms_rest_webhook_deliver_async', bool $async , LLMS_REST_Webhook $this , array $args )
Disable background processing of webhooks by returning a falsy
Description Description
Note: disabling async processing may create delays for users of your site.
Parameters Parameters
- $async
-
(bool) Whether async processing is enabled or not.
- $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