Hello.
I need to prevent updating of a plugin
. I thought of simply cloning the plugin
and changing 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 does plugin
keep getting the manufacturer update?
I know there is plugins
to solve this problem. But I do not want to enable a plugin
just to solve this specific problem.
Any tips?