I think you can use this plugin:
http://wordpress.org/extend/plugins/wpmu-plugin-stats/screenshots/
Provides info to site admins as to which plugins are activated
sitewide, and which blogs plugins are activated on.
This plugin is using get_plugins()
http://codex.wordpress.org/Function_Reference/get_plugins
and fetches get_option('active_plugins')
for each blog to compare.
It uses switch_to_blog()
on each blog so it might be slower on large multisites, but I think this function got faster after the wordpress 3.5 update, according to
Related Posts:
- How to assign user a role if none is present when logging in
- What is the function to get plugin base url in multisite?
- How to add class in plugin only for network site?
- Show function to super admin
- Redirect to another page using contact form 7? [closed]
- How To Add Code To WP Without Plugin or Functions
- How to Call Function From Separate WordPress Install on Same Server?
- Trying to output a “Most visited blogs” list in wordpress multisite
- How to tell if a plugin is multisite compatible?
- Plugin update error message
- How to run Two WordPress blogs with different themes and with single database and same content
- How to handel multiple checkbox field in the admin settings page with Settings API
- wp_insert_user – how to send verification email before logging in
- Prevent multisite sites from using a plugin
- Is the WordPress HTTPS Plugin Still Safe To Use? [closed]
- Set a User as Author of all ‘New Posts’ posted
- Post source link plugin – small modification
- How do you auto-activate plugins from child themes
- WordPress network: set themes and plugins for new blog
- Code in theme functions.php faster than with a plugin?
- How can I get a list of plugins and which blogs are using them?
- Multiple Domains with Single WordPress Install
- How to redirect Old Post URL to new Post and keep Old post Comments?
- Modifying Footnote Plugin for Descriptive Title Attributes
- I would like to use create a function in my custom plugin to tell WP to use a different header
- bulk change of image setting “link to” to “link to: image url “
- Limit the number of plugins that can be installed in a WordPress installation
- Exclude plugins on Main site on Multisite installation?
- How to get variables from fucntion.php to my plugin files
- WordPress Multisite user activation hook from email
- Best method to upgrade multisite plugin’s numerous database table
- How to stop or remove an action being called inside a function of an extended class
- Date calculations from 2 custom fields
- How to debug error message: Cannot modify header information
- How to enable specific plugin only based around shop manager role?
- Adding a new field to the address field type in gravity forms
- Nested shortcode functions accessing variable
- Calling an attribute from a plugin shortcode
- Setup page on first login on multisite
- Will these plugins work with wp multisite?
- Display Custom Field Value on Admin Page Column
- List the authors that have written posts in a category
- Network activating; if ( !current_user_can( ‘manage_options’ ) ) locks me out…
- How to get plugin name from plugin file location
- Checking the count within a foreach loop
- WordPress Multisite: Programmatically Activate / Deactivate a Plugin of a Specific Blog
- Create a post builder skin in a plugin
- Need to replace Currency Shortforms
- add_query_arg not work in admin
- How do I create a custom permalink structure for a page template
- How to remove a class function from a plugin by using remove_action()?
- How to translate wordpress error message
- Api external with wordpress
- Redirect Plugins.php to New Plugin Page
- Hook for altering the content of all wp mails
- How to get rid of Ellipsis on Woocommerce [Essential] Theme [closed]
- Sharing functions between plugins
- More gentle way to hook WordPress custom url
- Do WordPress plugins suport multisite site?
- Hide fields in woocommerce settings
- implement custom roles in custom plugin
- How to get current cart values using WC_Shortcodes?
- How to copy the all WordPress media items to another custom plugin folder?
- FPDF for creating pdf diplomas
- WordPress default post categories meta box widget
- Fatal error “Call to undefined function is_plugin_active” each time the plugin is activated
- Custom Plugin: How to Include Install Buttons of other 3rd Party Plugins?
- Make modification of add_to_cart button specific to single page
- the content of the uploads folder gets deleted periodically, how to figure out what causes it?
- front end editor creation for Restropress plug in – displaying information from a WP admin area, on a different URL
- how can export data in excel file custom plugin
- WP_CRON issue with UTC and local time
- How to wrap image tag into div for post only?
- Why my multisite is this slow? (stats inside)
- Update User Meta Via Ajax
- How to set plugin across network in multisite and modify it in one place?
- Unexpected plugin_dir_path Output
- how to repeat taxonomy in different places on wordpress
- how to create table during plugin installation in side a class
- Posting code inside the post instead of in the template file using shortcode
- Metabox Data not saving
- Can anyone tell me why I can’t edit a plugin when it is installed without having to re-install?
- Plugin menu replaced by another plugin?
- WordPress internationalization + domains
- Active Plugins for current blog in WP Multisite Network? [duplicate]
- Plugin De/Activation Not Firing On MultiSite install
- Can’t get custom user meta to show in header
- Including a PHP file via a function that is part of a plugin?
- overwrite a plugin function in functions.php
- Pass strings to plugin function [closed]
- How to tweak a plugin without preventing it from updating
- WP Members additional fields on user profile [closed]
- Integrate Razorpay quick payments plugin with contact form7 plugin
- Display Video as Post Thumbnail
- Notifications Bar on home page only
- How to Add Extra Text In WordPress Title Before Post Publish
- How can I save the selected page in the dropdown after anyone clicks on Save Changes?
- How can I save the selected page in the dropdown after anyone clicks on Save Changes?
- Check Plugins in Use by Mutli Site Network
- WordPress Convert queries to slashes using function.php