IXR_Client::getErrorCode()
{} It's a method of the class: IXR_Client{}
No Hooks.
Return
null
. Nothing.
Usage
$IXR_Client = new IXR_Client(); $IXR_Client->getErrorCode();
Code of IXR_Client::getErrorCode() IXR Client::getErrorCode WP 6.0
function getErrorCode() { return $this->error->code; }