Warning: This function has been deprecated.
wp_timezone_supported() WordPress Function
The wp_timezone_supported() function is used to check if a timezone is supported by the Wordpress installation.
wp_timezone_supported() #
Check for PHP timezone support
Return
(bool)
Source
File: wp-includes/deprecated.php
function wp_timezone_supported() { _deprecated_function( __FUNCTION__, '3.2.0' ); return true; }
Expand full source codeCollapse full source codeView on TracView on GitHub
Changelog
Version | Description |
---|---|
3.2.0 | This function has been deprecated. |
2.9.0 | Introduced. |