-
-
Save jpmarchand/15dc4be95d76bd7ffe33 to your computer and use it in GitHub Desktop.
Disable theme and plugin editors from WordPress admin panel. Source: http://www.wpbeginner.com/wp-tutorials/how-to-disable-theme-and-plugin-editors-from-wordpress-admin-panel/
This file contains 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 | |
//* Disable both theme and plugin editors from WordPress admin panel | |
define( 'DISALLOW_FILE_EDIT', true ); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment