wpseek.com
A WordPress-centric search engine for devs and theme authors



wp_timezone_supported › WordPress Function

Since2.9.0
Deprecated3.2.0
wp_timezone_supported ( No parameters )
Returns:
  • (bool)
Defined at:
Codex:

Check for PHP timezone support



Source

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

	return true;
}