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

Take advantage of new bulk actions filter #629

Open jrfnl opened 7 years ago

jrfnl commented 7 years ago

Ref: https://core.trac.wordpress.org/changeset/38647

This change in WP could be useful for TGMPA, though probably not for quite a while as the minimum WP version requirement would have to go up to 4.7 for it to be useful.

Still, let's keep it in mind for future dev efforts.