LLMS_REST_Authentication::get_error()

Retrieve the auth error object.


Return Return

(WP_Error|null)


Top ↑

Source Source

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

	 */
	protected function get_error() {
		return $this->error;


Top ↑

Changelog Changelog

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