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 To: Get Cell C HSDPA USB dongle to work in Ubuntu

Enqueue Stylesheet or Javascript on just one Wordpress Page or Post