llms_rest_api_hash( string $data )
Generate a keyed hash value using the HMAC method with the key llms-rest-api
Description Description
Parameters Parameters
- $data
-
(Required) Message to be hashed.
Return Return
(string)
Source Source
File: libraries/lifterlms-rest/includes/llms-rest-functions.php
Changelog Changelog
Version | Description |
---|---|
1.0.0-beta.1 | Introduced. |