TGMPA / TGM-Plugin-Activation

TGM Plugin Activation is a PHP library that allows you to easily require or recommend plugins for your WordPress themes (and plugins). It allows your users to install, update and even automatically activate plugins in singular or bulk fashion using native WordPress classes, functions and interfaces. You can reference bundled plugins, plugins from the WordPress Plugin Repository or even plugins hosted elsewhere on the internet.
http://tgmpluginactivation.com/
GNU General Public License v2.0
1.76k stars 430 forks source link

How to disable specific plugin ask update notification #578

Open ink888 opened 8 years ago

ink888 commented 8 years ago

Hi there...is it possible to disable only on specific plugin update notification..not to disable all notification box by set 'has_notices' to false. For example: I have 3 plugins activated by tgmpa(akismet,Advanced Custom Fields, and WooCommerce). One of them has an update based on its version(for example Woocommerce). Here, I want to disable the plugin update only for Woocommerce plugin update notification box in order to avoid theme conflict/compatibility. Does TGMPA have this option to do this?

jrfnl commented 8 years ago

Hi @ello0o That option is not available at this moment.