IXR_Request::getXml()publicWP 1.0

Method of the class: IXR_Request{}

No Hooks.

Return

null. Nothing (null).

Usage

$IXR_Request = new IXR_Request();
$IXR_Request->getXml();

IXR_Request::getXml() code WP 6.5.2

function getXml()
{
    return $this->xml;
}