dev-master
9999999-devDisables updates for a list of plugins permanently without editing them
GPLv3
by Antti Kymén
1.0
1.0.0.0Disables updates for a list of plugins permanently without editing them
GPLv3
by Antti Kymén
Disables updates for a list of plugins permanently without editing them
Disables updates for a list of plugins permanently without editing them, (*2)
Just add these lines to your wp-config to disable updates for these plugins:, (*3)
/** * Disable updates for these plugins */ define( 'PLUGINS_DISABLED_FOR_UPDATE', serialize( array( 'jetpack/jetpack.php', 'woocommerce/woocommerce.php', ) ) );
Install the plugin via Composer, (*4)
composer require anttiviljami/wp-disable-any-plugin-updates
Activate the plugin, (*5)
wp plugin activate wp-disable-any-plugin-updates
Disables updates for a list of plugins permanently without editing them
GPLv3
Disables updates for a list of plugins permanently without editing them
GPLv3