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.


Top ↑

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.


Top ↑

Source Source

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

View on GitHub



Top ↑

User Contributed Notes User Contributed Notes

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