Disable File Editting in Wordpress Admin Area
It's recommended to disable the File Editor option under Appearances in your Wordpress Admin area by adding these lines to your wp-config.php file
/** Disable File Editting within Wordpress */
define('DISALLOW_FILE_EDIT', true);
/** Disable File Editting within Wordpress */
define('DISALLOW_FILE_EDIT', true);
Comments
Post a Comment