wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren



wp_timezone_supported › WordPress Function

Seit2.9.0
Veraltet3.2.0
wp_timezone_supported ( Keine Parameter )
Gibt zurück:
  • (bool)
Definiert in:
Codex:

Check for PHP timezone support



Quellcode

function wp_timezone_supported() {
	_deprecated_function( __FUNCTION__, '3.2.0' );

	return true;
}