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.


Top ↑

Source Source

File: libraries/lifterlms-rest/includes/models/class-llms-rest-webhook.php


Top ↑

User Contributed Notes User Contributed Notes

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