开发者 | micc83 |
---|---|
更新时间 | 2013年3月4日 18:11 |
捐献地址: | 去捐款 |
PHP版本: | 3.0.1 及以上 |
WordPress版本: | 3.5 |
版权: | GPLv2 or later |
版权网址: | 版权信息 |
To enable silent logging set WP_DEBUG constant to TRUE in your wp-config.php file and add the following lines of code right after:
if (WP_DEBUG) { define('WP_DEBUG_LOG', true); define('WP_DEBUG_DISPLAY', false); @ini_set('display_errors',0); }