X

Disable Theme, Plugin Editor and Plugin, Core Updates

Snippets by IsItWP

When you found the right theme and you don’t want anything to be edited or updated, you need to disable theme, plugin editor and plugin core updates functionalities in your WordPress theme.

Instructions: Add the following code to the wp-config.php file of your WordPress site.

define(‘DISALLOW_FILE_EDIT’,true); // theme, plugin
define(‘DISALLOW_FILE_MODS’,true); // core, plugin

You may also enjoy disabling WordPress automatic updates.

Comments   Leave a Reply

Add a Comment

We're glad you have chosen to leave a comment. Please keep in mind that all comments are moderated according to our privacy policy, and all links are nofollow. Do NOT use keywords in the name field. Let's have a personal and meaningful conversation.

WordPress Launch Checklist

The Ultimate WordPress Launch Checklist

We've compiled all the essential checklist items for your next WordPress website launch into one handy ebook.
Yes, Send Me the Free eBook!