Advertisement
qlstudio

wp-config debug to log file

Feb 6th, 2013
127
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.40 KB | None | 0 0
  1. /**
  2. * For developers: WordPress debugging mode.
  3. *
  4. * Change this to true to enable the display of notices during development.
  5. * It is strongly recommended that plugin and theme developers use WP_DEBUG
  6. * in their development environments.
  7. */
  8. define('WP_DEBUG', true); // or false
  9. if (WP_DEBUG) {
  10.    define('WP_DEBUG_LOG', true);
  11.    define('WP_DEBUG_DISPLAY', false);
  12.    @ini_set('display_errors',0);
  13. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement