I have my live install on one server and a development install on another. I’ve added a plugin to both but it only appears in the plugin list in wp-admin on one.

For a plugin to appear in wp-admin does it need to appear in the database at all? Or is it that just by having the plugin file(s) in the plugins directory that it’ll be detected?

Cheers!

3 Answers
3

It saves the data in:

  • wp_options
    • Row: option_name
      • active_plugins

Leave a Reply

Your email address will not be published. Required fields are marked *