Last active
February 8, 2017 23:31
-
-
Save codyogden/9520315e4d4f9705f55d2ec215651def to your computer and use it in GitHub Desktop.
WordPress Config Snippets
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 | |
// Turn on error messages | |
define( 'WP_DEBUG', true ); | |
// Disable File Editing via WordPress Dashboard | |
define( 'DISALLOW_FILE_EDIT', true ); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment