wpseek.com
Bazujące na WordPress narzędzie wyszukiwania dla deweloperów i twórców motywów.



current_datetime › WordPress Function

Od5.3.0
Przestarzałyn/a
current_datetime ( Brak parametrów )
Powrót:
  • (DateTimeImmutable) Date and time object.
Zdefiniowane na:
Codex:

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



Źródło

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