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.


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.