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
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.