How to disable core and plugin updates

Yes you can do that…

define( 'DISALLOW_FILE_MODS', true ); 

Put this snippet in your wp-config.php file and you will able to disable core and plugin updates.

Leave a Comment