LLMS_REST_Webhook::should_deliver( array $args )
Determines if an originating action qualifies for webhook delivery
Description Description
Parameters Parameters
- $args
-
(Required) Numeric array of arguments from the originating hook.
Return Return
(bool)
Source Source
File: libraries/lifterlms-rest/includes/models/class-llms-rest-webhook.php
Changelog Changelog
Version | Description |
---|---|
1.0.0-beta.1 | |
[verison] Drop checking whether the webhook is pending in favor of a check on if is already processed within the current request. | Introduced. |