apply_filters( 'llms_rest_webhook_signature_pre', string $signature, string $payload, int $id )

Allow overriding of signature generation.


Parameters Parameters

$signature

(string) Custom signature. Return a string to replace the default signature.

$payload

(string) JSON-encoded body to be delivered.

$id

(int) Webhook id.


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.