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.


Top ↑

Source Source

File: libraries/lifterlms-rest/includes/models/class-llms-rest-webhook.php

View on GitHub



Top ↑

Changelog Changelog

Changelog
Version Description
1.0.0-beta.1 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.