Is there any way to disable core and plugin updates? I am modifying a plugin and bit of WordPress Core (I know its a sin to do so), but can’t help it.

3 s
3

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 Reply

Your email address will not be published. Required fields are marked *