Return to Snippet

Revision: 47295
at June 4, 2011 07:26 by wnasich


Initial Code
if($_SERVER['REMOTE_ADDR'] == 'your.ip.address.here') define('WP_DEBUG', true); else define('WP_DEBUG', false);

Initial URL


Initial Description


Initial Title
Debuging Wordpress code in production stage

Initial Tags
php, debug, wordpress

Initial Language
PHP