apply_filters( 'llms_rest_webhook_delivery_args', array $http_args , LLMS_REST_Webhook $this , mixed $args )
Modify HTTP args used to deliver the webhook
Parameters Parameters
- $http_args
-
(array) HTTP request args suitable for
wp_remote_request()
. - $this
-
(LLMS_REST_Webhook) Webhook object.
- $args
-
(mixed) First argument passed to the action triggering the webhook.
Source Source
File: libraries/lifterlms-rest/includes/models/class-llms-rest-webhook.php
Changelog Changelog
Version | Description |
---|---|
1.0.0-beta.1 | Introduced. |