To prevent the WP Ghost plugin from automatically checking for updates, you can disable this feature by adding the contact WP_AUTO_UPDATE_HMWP to your wp-config.php file.
- Use an FTP client (such as FileZilla) or cPanel File Manager to navigate to your website’s root directory.
- Find the wp-config.php file, located in the root folder of your WordPress installation.
- Open wp-config.php with a text editor and add the following line before the /* That’s all, stop editing! Happy publishing. */ comment:
define('WP_AUTO_UPDATE_HMWP', false);
- After adding the code, save the changes and upload the modified file back to your server if necessary.
Manually Update the Plugin
Disabling automatic update checks means you will need to manually check for updates when a new version is released. You can do this by:
- Navigating to Plugins > Installed Plugins in your WordPress dashboard.
- Scroll to WP Ghost plugin.
- Clicking on the Check for Updates link to manually check and install any available updates.
By following these steps, you can prevent the plugin from automatically checking for updates while maintaining full control over when and how you update it.