IXR_Client::getErrorCode() WordPress Method
This method gets the current error code.
IXR_Client::getErrorCode() #
Contents
Source
File: wp-includes/IXR/class-IXR-client.php
function getErrorCode()
{
return $this->error->code;
}
Expand full source codeCollapse full source codeView on TracView on GitHub