llms_rest_deliver_webhook_async( int $webhook_id, array $args )
Wrapper function to execute async delivery of webhooks.
Description Description
Hooked to lifterlms_rest_deliver_webhook_async
.
See also See also
Parameters Parameters
- $webhook_id
-
(Required) Webhook id.
- $args
-
(Required) Numeric array of arguments from the originating hook.
Return Return
(void)
Source Source
File: libraries/lifterlms-rest/includes/llms-rest-functions.php
Changelog Changelog
Version | Description |
---|---|
1.0.0-beta.2 | Fixed incorrect reference. |
1.0.0-beta.1 | Introduced. |