wp_timezone_supported

函式
wp_timezone_supported ( No parameters )

wp_timezone_supported: 這個函式檢查一個給定的時區字串是否被伺服器支援。

檢查對PHP時區的支援

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
function wp_timezone_supported() {
_deprecated_function( __FUNCTION__, '3.2.0' );
return true;
}
function wp_timezone_supported() { _deprecated_function( __FUNCTION__, '3.2.0' ); return true; }
function wp_timezone_supported() {
	_deprecated_function( __FUNCTION__, '3.2.0' );

	return true;
}

常見問題

FAQs
檢視更多 >