How to find out if a particular plugin is enabled in a sub-blog in a multisite blog?

2 Answers
2

Hm, I am not entirely sure about mechanics here. Usual is_plugin_active() checks if plugin is in active_plugins option.

By this logic you could probably retrieve active_plugins of specific blog with get_blog_option() and check it for plugin.

Leave a Reply

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