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

Changelog
Version Description
DozentLMS 1.0.0 Introduced.