IXR_Client::getResponse()
{} It's a method of the class: IXR_Client{}
No Hooks.
Return
null
. Nothing.
Usage
$IXR_Client = new IXR_Client(); $IXR_Client->getResponse();
Code of IXR_Client::getResponse() IXR Client::getResponse WP 6.0
function getResponse() { // methodResponses can only have one param - return that return $this->message->params[0]; }