advanced code snippet search
fatihturan on 09/27/10
debug wordpress
09/27/10 11:38pm
/* Enable debugging for a specific user. */@ini_set('display_errors',1);if( 'fatihturan' === DB_USER ){ define('WP_DEBUG', true); // Turn debugging ON define('WP_DEBUG_DISPLAY', true); // Turn forced display OFF define('WP_DEBUG_LOG', true); // Turn logging to wp-content/debug.log ON}
Report this snippet Tweet
Comment:
You need to login to post a comment.