LLMS_Dot_Com_API::is_rest_request()
Determine if the current request is a rest request
Return Return
(bool)
Source Source
File: includes/class.llms.dot.com.api.php
59 60 61 | public function is_rest_request() { return $this ->is_rest; } |
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
3.22.0 | Introduced. |