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)


Top ↑

Source

File: wp-includes/deprecated.php

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

	return true;
}


Top ↑

Changelog

Changelog
VersionDescription
3.2.0This function has been deprecated.
2.9.0Introduced.

The content displayed on this page has been created in part by processing WordPress source code files which are made available under the GPLv2 (or a later version) license by theĀ Free Software Foundation. In addition to this, the content includes user-written examples and information. All material is subject to review and curation by the WPPaste.com community.

Show More