dozent_time()
Return the current time using wordpress default current_time();
Description
Example usage:
dozent_time();
Note: It will return always timestamp
Return
(int|string)
Source
File: includes/core-functions.php
function dozent_time() { return current_time( 'timestamp' ); }
Changelog
Version | Description |
---|---|
DozentLMS 1.0.0 | Introduced. |