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

Certain Wordpress.org plugins don't load #726

Closed stickypages closed 6 years ago

stickypages commented 6 years ago

I setup these 2 plugins from the Wordpress.org site But they will not show in the list. I'm not sure why this is the case. I have many other plugins listed, but these do not. Thoughts? array( 'name' => 'Query Monitor', 'slug' => 'query-monitor', 'required' => false, ), array( 'name' => 'Better Search Replace', 'slug' => 'better-search-replace', 'required' => false, ),

jrfnl commented 6 years ago

Just checking: would these plugins happen to be installed on your test site already ?

stickypages commented 6 years ago

I see, yes, it was installed and ACTIVATED, which didn't show in the list. If I de-activate them, they showed up in the list. Alright thanks, sorry about that.