One of most time saving in mutisite is to know where some plugin or theme is used.

So i start searching and did not found any solution for this.

What i need is help to get list of sites that uses specific plugin or theme.

i thought the best will be to add link near each plugin in network plugin page, and when we click on “get sites list” we will get the list of sites that use this plugin.

To add link to the plugin list we can use filter network_admin_plugin_action_links and for the themes we can use theme_action_links.

enter image description here

The question is how to get list of all sites that use plugin/theme based on click?

1 Answer
1

Multisite Enhancements is plugin that apparently does a lot of stuff, including showing which blogs use which plugins. I haven’t had a chance to try it myself, but I’ve had my eye on it.

If you wanted your own code, vs. using a plugin, I suppose you could poke around inside the plugin to see how it works for them.

Leave a Reply

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