apply_filters( 'llms_rest_webhook_get_payload', array $payload, string $resource, string $event, array $args, LLMS_REST_Webhook $this )

Filter the webhook payload prior to delivery


Parameters Parameters

$payload

(array) Webhook payload.

$resource

(string) Webhook resource.

$event

(string) Webhook event.

$args

(array) Numeric array of arguments from the originating hook.

$this

(LLMS_REST_Webhook) Webhook object.


Top ↑

Source Source

File: libraries/lifterlms-rest/includes/abstracts/class-llms-rest-webhook-data.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.