IXR_Client::isError() WordPress Method
This method is used to check if an error has occurred.
IXR_Client::isError() #
Contents
Source
File: wp-includes/IXR/class-IXR-client.php
function isError()
{
return (is_object($this->error));
}
Expand full source codeCollapse full source codeView on TracView on GitHub