WordPress plugin developers: please debug ;)

I like to run my development server with full error notices and WP_DEBUG set to TRUE. Unfortunately a lot of plugins have various E_NOTICE error messages and WordPress deprecated function calls.

So while I am trying to make sure my code is error free it often makes it impossible to use the WordPress admin or reasonably develop my own projects due to the quantity of errors being output all over.

See the Codex and Theme/Plugin Review for tips and best practices.

define(WP_DEBUG, true);

Please?!?!?!?
Thank you. End gripe ;)

Leave a Reply

Your email address will not be published. Required fields are marked *

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>