IXR_Client::getErrorCode
Method of the class: IXR_Client{}
No Hooks.
Returns
null. Nothing (null).
Usage
$IXR_Client = new IXR_Client(); $IXR_Client->getErrorCode();
IXR_Client::getErrorCode() IXR Client::getErrorCode code WP 6.8.3
function getErrorCode()
{
return $this->error->code;
}