<div dir="ltr">We all know we need to develop and review with WP_DEBUG set to true in wp-config.php.<br><br>We also all know that inevitably some plugin we need to use or test  will then emit PHP errors that have nothing to do with what we are doing at the moment, usually with early http header output that stops everything.<br>
<br>I got tired of manually editing my wp-config.php file so I could resume my testing without the errors, so I developed a small plugin called "Disable WP_DEBUG" that is now up on the <a href="http://wp.org">wp.org</a> plugin repository. Just a checkbox to disable the WP_DEBUG output. (<i>But remember to go back and re-enable it when you're done with the pesky plugin!</i>)<br>
<br>Bruce Wampler<br></div>