Created
June 27, 2016 13:50
-
-
Save yratof/04f228b7acb658c025f79cf7fc8ad2ac to your computer and use it in GitHub Desktop.
Wordpress Debug snippet
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
define( 'WP_DEBUG', true ); | |
define( 'LOCAL_INSTALLATION', true ); | |
define( 'SCRIPT_DEBUG', true ); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment