-
-
Notifications
You must be signed in to change notification settings - Fork 28
Description
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:
- show sites from current network where plugin/theme is active, i.e. unique site transient per network
- 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.