Auto-Timezone Plugin
开发者 |
immortaltako
|
更新时间 |
2014年4月24日 00:31 |
捐献地址: |
去捐款 |
PHP版本: |
3.0 及以上 |
WordPress版本: |
3.9 |
版权: |
GPLv2 or later |
版权网址: |
版权信息
|
详情介绍:
Auto-Timezone uses MaxMind's free GeoLiteCity.dat database to determine the visitor's country and region. Based on that information, it then determines and automatically sets the timezone using date_default_timezone_set
安装:
- Copy the 'auto_timezone' directory into your WordPress Plugins directory (usually wp-content/plugins). Hint: You can also conduct this step within your Admin Menu.
- In the WordPress Admin Menu go to the Plugins tab and activate the Auto-Timezone plugin.
- That's it. All date/time PHP functions will now execute using the visitor's timezone automatically
更新日志:
1.2
- Changed hook priority
- Optimized code and added more documentation
1.1
- Default to the wordpress timezone setting if auto detect fails