WordPress Appearance Editor Removal.

by | May 28, 2015

Remove the WordPress appearance editor from your appearance panel in with one line of code.

Why would you do this? The appearance editor, where you have access to all the code and files in your site is a prime breeding ground for errors or malicious activity if your site were to get hacked.

WordPress themselves provide access to this code as a way to “harden up” your WordPress security.

http://codex.wordpress.org/Hardening_WordPress

Here’s the code!
define(‘DISALLOW_FILE_EDIT’, true);

Paste it in the bottom of your wp-config.php file and you’re set.
SUBSCRIBE!
http://youtube.com/subscription_center?add_user=KrisJolls

Subscribe On Youtube

I appreciate you reading and watching my content. If you haven’t already, please consider subscribing to my YouTube channel as it really helps the channel grow so I can continue doing what I do for you.

Thank You For Your Support