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

PHP Warning when installing plugin massively. #756

Closed franzarmas closed 6 years ago

franzarmas commented 6 years ago

I have activated define ('WP_DEBUG', true); in the wp-config.php and when I install several plugins at once, it shows me warnings ..

screencapture

jrfnl commented 6 years ago

Closing as duplicate of #669 which was fixed by PR #670. The fix will be in the next release of TGMPA.