IXR_Request::getLength()
{} It's a method of the class: IXR_Request{}
No Hooks.
Return
null
. Nothing.
Usage
$IXR_Request = new IXR_Request(); $IXR_Request->getLength();
Code of IXR_Request::getLength() IXR Request::getLength WP 6.0
function getLength() { return strlen($this->xml); }