How To Stop Plugin Update Check?
To stop the Hide My WP Ghost plugin from checking for updates, add the following line to your wp-config.php
file:
define('WP_AUTO_UPDATE_HMWP', false);
This will disable the automatic update check for the plugin. To update the plugin manually, click on the “Check for Updates” link in the plugin list.