WC_REST_Authentication::get_error()

Get authentication error.


Description Description


Return Return

(WP_Error|null.)


Top ↑

Source Source

File: includes/class-wc-rest-authentication.php

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


Top ↑

User Contributed Notes User Contributed Notes

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