IXR_Date::getTimestamp
Метод класса: IXR_Date{}
Хуков нет.
Возвращает
null. Ничего (null).
Использование
$IXR_Date = new IXR_Date(); $IXR_Date->getTimestamp();
Код IXR_Date::getTimestamp() IXR Date::getTimestamp WP 7.0
function getTimestamp()
{
return mktime($this->hour, $this->minute, $this->second, $this->month, $this->day, $this->year);
}