Disable plugin update for a specific plugin only

Although there can be many ways to Disable plugin update for a specific plugin only but I am giving away two of them. Try these simple snippets to say bye to plugin update. This solution is for those of us who want to make direct customization inside the plugin.

Way 1 : Add this code in your plugin root file:

Way 2: Adding code to theme’s functions.php

Note : wp-faker is the name of  folder and wp-faker.php is the root file name of plugin.

Loading