LLMS_REST_Authentication::get_error()
Retrieve the auth error object.
Return Return
(WP_Error|null)
Source Source
File: libraries/lifterlms-rest/includes/class-llms-rest-authentication.php
*/ protected function get_error() { return $this->error;
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
1.0.0-beta.1 | Introduced. |