Skip to content

Instantly share code, notes, and snippets.

@oddjar
Created October 8, 2021 04:54
Show Gist options
  • Save oddjar/5476e8ef81c83b4a4111983012fa4296 to your computer and use it in GitHub Desktop.
Save oddjar/5476e8ef81c83b4a4111983012fa4296 to your computer and use it in GitHub Desktop.
Hide error messages on your WordPress site
define('WP_DEBUG', false);
define('WP_DEBUG_LOG', false);
define('WP_DEBUG_DISPLAY', false);
@ini_set('display_errors', 0);
@oddjar
Copy link
Author

oddjar commented Oct 8, 2021

Drop this code in your wp-config.php file.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment