Disable WP_DEBUG

Disables PHP error output if WP_DEBUG is true. Useful for developers trying to test with other plugins and themes that generated unwanted error messages.

Author:Bruce Wampler (profile at wordpress.org)
WordPress version required:3.5
WordPress version tested:3.6.1
Plugin version:1.0
Added to WordPress repository:26-05-2013
Last updated:26-05-2013
Warning! This plugin has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.
Rating, %:20
Rated by:1
Plugin URI:http://aspenthemeworks.com/plugins
Total downloads:983
Active installs:10+
plugin download
Click to start download

If you are a WordPress plugin or theme developer, you know you should be running with WP_DEBUG set to true
in the wp-config.php file. But apparently other developers don’t, and you end up with PHP error output
generated by these other plugins.

This plugin will make your life a bit easier. Leave WP_DEBUG set to true like you should. Then if you need to do
some testing with a different theme or plugin that is generateing PHP errors, you can disable that output
with a simple click in this plugin instead of having to edit your wp-config.php file.