LLMS_REST_Authentication::is_rest_request()

Determine if the request is a request to a LifterLMS REST API endpoint.


Description Description


Return Return

(bool)


Top ↑

Source Source

File: libraries/lifterlms-rest/includes/class-llms-rest-authentication.php


			

Top ↑

Changelog 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.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.