ap_get_current_timestamp()
Description #
Return current timestamp.
Source #
File: includes/functions.php
function ap_get_current_timestamp() { $local_time = current_datetime(); return $local_time->getTimestamp() + $local_time->getOffset(); }
Expand full source code Collapse full source code View on GitHub: includes/functions.php:2502
Add your comment