anttiviljami / wp-disable-any-plugin-updates
Disables updates for a list of plugins permanently without editing them
Package info
github.com/anttiviljami/wp-disable-any-plugin-updates
Type:wordpress-plugin
pkg:composer/anttiviljami/wp-disable-any-plugin-updates
1.0
2017-04-12 19:56 UTC
This package is auto-updated.
Last update: 2026-02-27 17:56:23 UTC
README
Disables updates for a list of plugins permanently without editing them
Just add these lines to your wp-config to disable updates for these plugins:
/**
* Disable updates for these plugins
*/
define( 'PLUGINS_DISABLED_FOR_UPDATE', serialize( array(
'jetpack/jetpack.php',
'woocommerce/woocommerce.php',
) ) );
Installation
The Composer Way (preferred)
Install the plugin via Composer
composer require anttiviljami/wp-disable-any-plugin-updates
Activate the plugin
wp plugin activate wp-disable-any-plugin-updates