IXR_Request::getXmlpublicWP 1.0

Метод класса: IXR_Request{}

Хуков нет.

Возвращает

null. Ничего (null).

Использование

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

Код IXR_Request::getXml() WP 7.0.2

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