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.75k stars 431 forks source link

[Feature request] Allow for categorizing plugins #701

Open neotropic2023 opened 6 years ago

neotropic2023 commented 6 years ago

Not that most important, but thought it would be nice to separate the list of plugins by category so they know what they are. Sometimes just a name does not help users. Is the plugin a security plugin, media or what. I suppose I can just add (Security) ect.. after reach plugin name.

jrfnl commented 6 years ago

Thanks for the suggestion. Loosely related to issue #259