Plugin info

Total downloads: 2,429
Active installs: 10
Total reviews: 1
Average rating: 5
Support threads opened: 0
Support threads resolved: 0 (0%)
Available in: 1 language(s)
Contributors: 1
Last updated: 3/4/2013 (4685 days ago)
Added to WordPress: 1/15/2013 (12 years old)
Minimum WordPress version: 3.0.1
Tested up to WordPress version: 3.5.2
Minimum PHP version: f

Maintenance & Compatibility

Maintenance score

Possibly abandoned • Last updated 4685 days ago • 1 reviews

22/100

Is WpDevTool abandoned?

Possibly abandoned (last update 4685 days ago).

Compatibility

Requires WordPress: 3.0.1
Tested up to: 3.5.2
Requires PHP: f

Similar & Alternatives

Explore plugins with similar tags, and compare key metrics like downloads, ratings, updates, support, and WP/PHP compatibility.

Debug Log – Manager Tool
Rating 4.8/5 (19 reviews)Active installs 3,000
WP Output Log File
Rating 0.0/5 (0 reviews)Active installs 100
LH Log sql queries to file
Rating 0.0/5 (0 reviews)Active installs 10
Loginator
Rating 0.0/5 (0 reviews)Active installs 0
Update Logger
Rating 0.0/5 (0 reviews)Active installs 0
LH Log Queries and hooks
Rating 0.0/5 (0 reviews)Active installs 0

Description

WpDevTool implements many useful functions for WordPress Developers such as:

  • Maintenance mode: Return a HTTP RESPONSE 503 (Service Temporary Unavailable) Under Maintenance landing page
  • Debug bar: A simple bar which show number of query, timing and memory of current page
  • Enable error display and logging: Now you can enable PHP errors diplay and logging without editing wp_config.php
  • Log console: A console to show WordPress Error Log
  • Email redirect: Redirect all WordPress emails to a single address
  • Wp-Cron manager: Visualisation, search and deletion of Wp-Cron
  • Permalinks viewer: Visualisation and search of Permalinks
  • wdt_dump(): A formatted version of var_dump()

WpDevTool on GitHub

https://github.com/micc83/WpDevTool

Support or Contact

Having trouble with WpDevTool? Open an issue or contact me at [email protected]

To Do

  • Think about moving debug.log creation ( if missing ) to error_handler.php instead of console
  • Add missing help voices and update documentation

To Be

  • Add update-count tip to WpDevTool menu button with errors count
  • List of options
  • List of transients
  • Add some stat to main admin page
  • Add db table visualisation
  • Add backup/restore db
  • Add Developer User type
  • Add ajax behaviors
  • Addons

Credits

Icon Credits goes to: miniMAC

Installation

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

Frequently Asked Questions

How to enable Silent Logging

WpDevTool can handle errors for you with the only downside that is fired at plugins activation. If you need a more complete logging and still use WpDevTool Error Console you can manually edit your wp-config.php file. 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);
}

Review feed

No reviews available

Screenshots

  1. Main WpDevTool Admin Screen

    Main WpDevTool Admin Screen

  2. Error Console Screen

    Error Console Screen

  3. Permalinks Screen

    Permalinks Screen

  4. Crons Screen

    Crons Screen

Changelog

0.1.0

  • Added a install/update hook for setting options
  • Fixed a problem with color schemes
  • Added Wp-Cron Manager
  • Added Permalinks Viewer
  • Added a quick links section in the contextual help
  • Improved responsiveness
  • Add wp_nonce check to deletion/download of cron and log file
  • Check debug.log file permissions
  • Enable debug bar in wp-admin
  • Fixed many minor issues

0.0.4

  • Fix bug “updating plugin” cause maintenance message and email missing error

0.0.3

  • Fix console showing 1 error with no errors bug
  • Fix debug bar background on style.css for internet explorer enhancement
  • Redirect all WordPress Mail feature
  • Fix Check on which admin page to include script.js bug

0.0.2

  • Add default options to wpdevtool_activation
  • Log file name now includes time
  • Delete options on plugin uninstall
  • Added a formatted version of var_dump() function
  • Add twitter, plugin home and general fix credits widget
  • Completed italian translation

0.0.1

  • First release