dozent_mysql_time()
Return MySQL format time
Return
(int|string)
Source
File: includes/core-functions.php
function dozent_mysql_time() { return current_time( 'mysql' ); }
Changelog
Version | Description |
---|---|
DozentLMS 1.0.0 | Introduced. |
Return MySQL format time
(int|string)
File: includes/core-functions.php
function dozent_mysql_time() { return current_time( 'mysql' ); }
Version | Description |
---|---|
DozentLMS 1.0.0 | Introduced. |