2
Hello.
I need to prevent an update plugin
. I thought of simply cloning the plugin
and change the following information:
/**
* Plugin Name: AMP
* Description: Add AMP support to your WordPress site.
* Plugin URI: https://github.com/automattic/amp-wp
* Author: WordPress.com VIP, XWP, Google, and contributors
* Author URI: https://github.com/Automattic/amp-wp/graphs/contributors
* Version: 0.7.2
* Text Domain: amp
* Domain Path: /languages/
* License: GPLv2 or later
*
* @package AMP
*/
If I change this data, plugin
continues receiving manufacturer update ?
I know there is plugins
to solve this problem. But I don’t want to activate a plugin
just to solve this particular problem.
Any hint ?
Ever thought about going in the settings ?
– NoobSaibot