do_action( 'llms_rest_webhook_disabled_by_delivery_failures', int $webhook_id )
Fires immediately after a webhook has been disabled due to exceeding its maximum allowed failures.
Parameters Parameters
- $webhook_id
-
(int) ID of the webhook.
Source Source
File: libraries/lifterlms-rest/includes/abstracts/class-llms-rest-webhook-data.php
Changelog Changelog
Version | Description |
---|---|
1.0.0-beta.1 | Introduced. |