Skip to content

Plugin / theme lists and multiple networks #17

@webaware

Description

@webaware

When a multisite has multiple networks, the list of sites on which a plugin or theme is active only shows one network -- and it might not be the current network because the list is stored in a site transient.

I propose that either of the following changes be made:

  1. show sites from current network where plugin/theme is active, i.e. unique site transient per network
  2. show all sites where plugin/theme is active, regardless of network

Option 1 is pretty painless to implement, because it involves adding the site ID to the site transient name. However, I reckon it's more useful to know all sites where a plugin is active, and if one has several networks, that would require visiting each network's plugin admin page to find that out.

Conversely, on a multisite with several networks each hosting many sites, the list could be so big as to be unmanageable. In that case, option 1 might be preferable to option 2.

I'd be happy to submit a PR for either approach, if you can indicate which option you'd prefer, or perhaps suggest something even better.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions