Skip to content

Instantly share code, notes, and snippets.

@elpuas
Forked from wpmu-authors/wp-config.php
Created December 14, 2021 16:11
Show Gist options
  • Save elpuas/540cb3bd20a7c9fa9a173272cf041692 to your computer and use it in GitHub Desktop.
Save elpuas/540cb3bd20a7c9fa9a173272cf041692 to your computer and use it in GitHub Desktop.
// Turn debugging on
define('WP_DEBUG', true);
// Tell WordPress to log everything to /wp-content/debug.log
define('WP_DEBUG_LOG', true);
// Turn off the display of error messages on your site
define('WP_DEBUG_DISPLAY', false);
// For good measure, you can also add the follow code, which will hide errors from being displayed on-screen
@ini_set('display_errors', 0);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment