wpseek.com
Un motore di ricerca WordPress per sviluppatori e autori di temi



current_datetime › WordPress Function

Da5.3.0
Deprecaton/a
current_datetime ( Nessun parametro )
Ritorna:
  • (DateTimeImmutable) Date and time object.
Definito a:
Codex:

Retrieves the current time as an object using the site's timezone.



Sorgenti

function current_datetime() {
	return new DateTimeImmutable( 'now', wp_timezone() );
}