Linux 软件免费装
Banner图

Plugin Name

开发者 micc83
更新时间 2013年3月4日 18:11
捐献地址: 去捐款
PHP版本: 3.0.1 及以上
WordPress版本: 3.5
版权: GPLv2 or later
版权网址: 版权信息

标签

errors debug maintenance development log developer console

下载

0.0.1 0.0.3 0.0.4

详情介绍:

WpDevTool implements many useful functions for WordPress Developers such as: WpDevTool on GitHub https://github.com/micc83/WpDevTool Support or Contact Having trouble with WpDevTool? Open an issue or contact me at micc83@gmail.com

安装:

  1. Upload WpDevTool folder to the '/wp-content/plugins/' directory
  2. Activate the plugin through the 'Plugins' menu in WordPress

屏幕截图:

  • Error Console Page
  • Main WpDevTool Admin Page

升级注意事项:

0.0.3 Fix some issues. Add redirect all email feature. Most important, fix the including of WpDevTool script on every admin page. 0.0.1 First release

常见问题:

How to enable Silent Logging

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); }

更新日志:

0.0.4 0.0.3 0.0.2 0.0.1