IXR_Date::getXml()publicWP 1.0

Method of the class: IXR_Date{}

No Hooks.

Return

null. Nothing (null).

Usage

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

IXR_Date::getXml() code WP 6.5.2

function getXml()
{
    return '<dateTime.iso8601>'.$this->getIso().'</dateTime.iso8601>';
}