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);

Comments

Popular posts from this blog

How Can I Get Cheap Internet without contracts

Enqueue Stylesheet or Javascript on just one Wordpress Page or Post