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.
Source Source
File: libraries/lifterlms-rest/includes/abstracts/class-llms-rest-webhook-data.php
Changelog Changelog
Version | Description |
---|---|
1.0.0-beta.1 | Introduced. |