2017 © Pedro PelĂĄez
 

wordpress-plugin wp-disable-any-plugin-updates

Disables updates for a list of plugins permanently without editing them

image

anttiviljami/wp-disable-any-plugin-updates

Disables updates for a list of plugins permanently without editing them

  • Wednesday, April 12, 2017
  • by anttiviljami
  • Repository
  • 0 Watchers
  • 6 Stars
  • 5 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

WP Disable Any Plugin Updates

Latest Stable Version Total Downloads Latest Unstable Version License, (*1)

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',
) ) );

Installation

The Composer Way (preferred)

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

The Versions

12/04 2017

dev-master

9999999-dev

Disables updates for a list of plugins permanently without editing them

  Sources   Download

GPLv3

by Antti Kymén

12/04 2017

1.0

1.0.0.0

Disables updates for a list of plugins permanently without editing them

  Sources   Download

GPLv3

by Antti Kymén