IXR_Base64::getXml()publicWP 1.0

Method of the class: IXR_Base64{}

No Hooks.

Return

null. Nothing (null).

Usage

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

IXR_Base64::getXml() code WP 6.5.2

function getXml()
{
    return '<base64>'.base64_encode($this->data).'</base64>';
}