Return to Snippet

Revision: 62857
at March 19, 2013 00:32 by tacudtap


Initial Code
define('DISALLOW_FILE_EDIT', TRUE);

Initial URL


Initial Description
Add this snippet to `wp-config.php` to remove the file editor links from the WordPress admin menus. Read more about... [disabling the WordPress file editor](http://www.orderofbusiness.net/blog/disable-wordpress-file-editor/)

Initial Title
Disable the WordPress file editor.

Initial Tags
file, wordpress

Initial Language
PHP