Warning: This function has been deprecated.
wp_timezone_supported(): bool
Check for PHP timezone support
Return
bool
Source
File: wp-includes/deprecated.php
.
View all references
function wp_timezone_supported() {
_deprecated_function( __FUNCTION__, '3.2.0' );
return true;
}
Changelog
Version | Description |
---|---|
3.2.0 | This function has been deprecated. |
2.9.0 | Introduced. |