IXR_Client::getResponse()publicWP 1.0

Method of the class: IXR_Client{}

No Hooks.

Return

null. Nothing (null).

Usage

$IXR_Client = new IXR_Client();
$IXR_Client->getResponse();

IXR_Client::getResponse() code WP 6.5.2

function getResponse()
{
    // methodResponses can only have one param - return that
    return $this->message->params[0];
}