wordpress / latest / classes / ixr_date / gettimestamp.html

IXR_Date::getTimestamp()

Source

File: wp-includes/IXR/class-IXR-date.php. View all references

function getTimestamp()
{
    return mktime($this->hour, $this->minute, $this->second, $this->month, $this->day, $this->year);
}

© 2003–2022 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/classes/ixr_date/gettimestamp