LifterLMS_REST_API::keys()
Retrieve an instance of the API Keys management singleton.
Contents
Return Return
Source Source
File: libraries/lifterlms-rest/class-lifterlms-rest-api.php
public function keys() { return LLMS_REST_API_Keys::instance(); }
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
1.0.0-beta.1 | Introduced. |