Skip to content

Instantly share code, notes, and snippets.

@codyogden
Last active February 8, 2017 23:31
Show Gist options
  • Save codyogden/9520315e4d4f9705f55d2ec215651def to your computer and use it in GitHub Desktop.
Save codyogden/9520315e4d4f9705f55d2ec215651def to your computer and use it in GitHub Desktop.
WordPress Config Snippets
<?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