WC_REST_Authentication::get_error()
Get authentication error.
Description Description
Return Return
(WP_Error|null.)
Source Source
File: includes/class-wc-rest-authentication.php
protected function get_error() { return $this->error; }
Get authentication error.
(WP_Error|null.)
File: includes/class-wc-rest-authentication.php
protected function get_error() { return $this->error; }