IXR_Request::getLength
Метод класса: IXR_Request{}
Хуков нет.
Возвращает
null
. Ничего (null).
Использование
$IXR_Request = new IXR_Request(); $IXR_Request->getLength();
Код IXR_Request::getLength() IXR Request::getLength WP 6.8.1
function getLength() { return strlen($this->xml); }