wnasich on 06/04/11
Last Edited at 06/04/11 07:26am
if($_SERVER['REMOTE_ADDR'] == 'your.ip.address.here') define('WP_DEBUG', true); else define('WP_DEBUG', false);
Report this snippet Tweet
Comment:
You need to login to post a comment.