Skip to content

Instantly share code, notes, and snippets.

@eri-trabiccolo
Forked from thomasplevy/wp-debug-all.php
Last active May 26, 2020 08:30
Show Gist options
  • Save eri-trabiccolo/b502ed9361f26ea3469f38470930905d to your computer and use it in GitHub Desktop.
Save eri-trabiccolo/b502ed9361f26ea3469f38470930905d to your computer and use it in GitHub Desktop.
<?php // don't copy this line
define( 'WP_DEBUG', true );
define( 'WP_DEBUG_LOG', true );
define( 'WP_DEBUG_DISPLAY', true );
<?php // don't copy this line
define( 'WP_DEBUG', true );
define( 'WP_DEBUG_DISPLAY', true );
<?php // don't copy this line
define( 'WP_DEBUG', true );
define( 'WP_DEBUG_LOG', true );
define( 'WP_DEBUG_DISPLAY', false );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment