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
-
Whether async processing is enabled or not.
- $this
-
Webhook object.
- $args
-
Numeric array of arguments from the originating hook.
Source Source
File: libraries/lifterlms-rest/includes/models/class-llms-rest-webhook.php