wp_timezone_supported(): bool

In this article

This function has been deprecated.

Check for PHP timezone support

Return

bool

Source

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

	return true;
}

Changelog

VersionDescription
3.2.0This function has been deprecated.
2.9.0Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.