apply_filters( 'llms_rest_webhook_should_deliver', bool $deliver, LLMS_REST_Webhook $this, array $args )

Skip or hijack webhook delivery scheduling


Parameters Parameters

$deliver

(bool) Whether or not to deliver webhook delivery.

$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.