do_action( 'llms_rest_webhook_delivery', array $http_args , WP_Error|array $res , int $duration , array $args , LLMS_REST_Webhook $this )
Fires after a webhook is delivered
Parameters Parameters
- $http_args
-
(array) HTTP request args.
- $res
-
(WP_Error|array) Remote response.
- $duration
-
(int) Executing time.
- $args
-
(array) Numeric array of arguments from the originating hook.
- $this
-
(LLMS_REST_Webhook) Webhook object.
Source Source
File: libraries/lifterlms-rest/includes/models/class-llms-rest-webhook.php
Changelog Changelog
Version | Description |
---|---|
1.0.0-beta.1 | Introduced. |