LLMS_REST_API_Key::has_permission( string $method )
Determine if the key has the permissions required by the HTTP Request Method.
Description Description
Parameters Parameters
- $method
-
(Required) The HTTP request method.
Return Return
(bool)
Source Source
File: libraries/lifterlms-rest/includes/models/class-llms-rest-api-key.php
Changelog Changelog
Version | Description |
---|---|
1.0.0-beta.1 | Introduced. |