Created
January 4, 2019 08:52
-
-
Save 431824/dfe3598d2bfc3fa9fcf8ac08efaa9d9b to your computer and use it in GitHub Desktop.
Activate debug mode in Wordpress
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
error_reporting(E_ALL); ini_set('display_errors', 1); | |
define( 'WP_DEBUG', true); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment