LLMS_REST_Authentication::is_rest_request()
Determine if the request is a request to a LifterLMS REST API endpoint.
Description Description
Return Return
(bool)
Source Source
File: libraries/lifterlms-rest/includes/class-llms-rest-authentication.php
Changelog Changelog
Version | Description |
---|---|
1.0.0-beta.5 | Access $_SERVER['REQUEST_URI'] via filter_var instead of llms_filter_input() , see <a href="https://bugs.php.net/bug.php?id=49184">https://bugs.php.net/bug.php?id=49184</a>. |
1.0.0-beta.1 | Introduced. |