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