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 429 forks source link

Disable link in plugins list not work #644

Open gfirem opened 7 years ago

gfirem commented 7 years ago

The disable link plugins still present if is a multisite installation.

jrfnl commented 7 years ago

TGMPA is currently not compatible with WP multi-site. It's on the roadmap for v3, but v3 is currently not being actively developed.

gfirem commented 7 years ago

Bad news for me. Thanks.