WordPress Version: 4.6
/**
* Check for PHP timezone support
*
* @since 2.9.0
* @deprecated 3.2.0
*
* @return bool
*/
function wp_timezone_supported()
{
_deprecated_function(__FUNCTION__, '3.2.0');
return true;
}
The timeline below displays how wordpress function wp_timezone_supported has changed across different WordPress versions. If a version is not listed, refer to the next available version below.
/**
* Check for PHP timezone support
*
* @since 2.9.0
* @deprecated 3.2.0
*
* @return bool
*/
function wp_timezone_supported()
{
_deprecated_function(__FUNCTION__, '3.2.0');
return true;
}
/**
* Check for PHP timezone support
*
* @since 2.9.0
* @deprecated 3.2.0
*
* @return bool
*/
function wp_timezone_supported()
{
_deprecated_function(__FUNCTION__, '3.2');
return true;
}