You can list the sites a plugin has been activated on in the shell using WP CLI:
sites=$(wp site list --field=url)
for url in $sites; do
if wp plugin is-active "YOURPLUGINNAME" --url="${url}" --network; then
echo "${url}"
fi
done
It will print out the URL of each site on its own line that has that plugin activated.
Related Posts:
- How to enable Admins to see Plugins
- How can I get a list of plugins and which blogs are using them?
- Cannot access wp-admin after disabling all plugin
- How can I force users to a particular subdomain to log in for MU (Multisite)?
- WordPress wp-admin/network/plugin-install
- Coming soon pages with rest of site in maintenance mode
- How to enable Admins to see Plugins
- Frontpage Admin Bar Disappeared
- Best collection of code for your 'functions.php' file [closed]
- ‘Global’ settings page for multisite plugin
- Changing the “Plugin Activated” Message Default
- WordPress sharding: which multi-DB plugin to use?
- Changing wp login url without .htaccess
- Add section (add_settings_section) to a custom page (add_submenu_page)
- What is a Network Activated Plugin Exactly?
- How can I log a user out of WordPress before the page loads?
- Using Vagrant for customizable WordPress Multi-sites [closed]
- Sharing Ad Revenue among Users of a Multisite in a Collaborative Model?
- While using WordPress Multisite is it possible to display data to main site from subsites?
- Creating button next to “add media” that allows you to choose a single post
- Is it possible to run plugin code when a multisite blog is deleted?
- Multi domain, multi sites with different themes and content
- Getting Custom Post Type content from main-site of a Multisite
- How to assign user a role if none is present when logging in
- Aggregate Summaries of Posts of Different Blogs in Multisite Instance
- Should I add sharing buttons using a plugin or directly in my theme files?
- Posts wont expire
- Multisite functions to communicate with individual site functions
- I’m trying to create security question field for my login page
- Is there an action that is called when a post is restored from the trash?
- Is there a way to lock certain pages from being edited by anyone other then the admin?
- Duplicate a Multi-Site Subdomain
- How to get last_updated and newest_blogs in WP 3.0
- Display All Non-Used Plugins
- why in my wordpress admin panel the membership option is not showing
- Having separate plugins and themes folder for multi-site setup
- Creating Custom Roles for use on a WordPress Multi-site Instance?
- Remove filter from WordPress Plugin
- Moving WordPress from host without FTP?
- How to limit WordPress pages during updates?
- Making menu link open in new tab?
- What Plugin Do You Use to Turn WordPress based site to A Blog Aggregator
- Check if User exists in WordPress Multisite
- wordpress reusable content blocks
- Plugin to list active plugins across networked sites
- Network: retrieve a list of latest posts
- How to add class in plugin only for network site?
- How to make an interface similar to multi-site for switching between multiple (single) sites for administrators?
- How to write a plugin to add users to a mail list
- My Category is too big on the Menu what can i do?
- Hook to plugins admin settings
- WordPress on AWS with ELB
- See which user installed a plugin?
- Edit default comments page in WP Admin
- Globally register styles but enqueue them selectively
- Media is not attached after import
- Admin Panel pagination link styles
- Does any one have Idea to get these functionalities with the plugin wp-multi-network
- Does using WP-cron make the site slower for the user?
- There is any way to remove post-format filter? [closed]
- How to allow an editor to edit all WordPress blog posts but have the last say as administrator?
- How to create user that has permission to create new sites on WordPress with multisite option enabled?
- Custom table naming/access convention for multisite: $table_prefix vs base_prefix or other?
- How to change the name of the “edit my profile” link in the WordPress admin backend
- Add custom text color WordPress 3.9 TinyMCE 4 Visual editor
- Multisite – maximum number of users with specific role
- Create a single website with 3 theme options in wordpress
- Simply poll & Events Calendar plugins clashing
- WordPress super admin login issue. (Automatically logout)
- How to remove a CPT Menu from the Root Admin only
- Hosting multiple sites
- Equivalent of admin.php for public pages
- Error: Can´t access facebook comment plugin admin page
- Multisite Plugin – Access options (wp_options) on child sites
- Ajax request sends url rather than data
- Constructing a Pay to Download music website with wordpress
- What is the most efficient way of adding additional functionaliy for admin only
- Multisite Change from domain.com to sub.newdomain.com
- Can I edit multiple sites with an online WordPress account?
- Fatal error: require_once(): Failed opening required
- Creating one user access account for all the multiple sites
- Copying content from my other websites
- how to add navigation icons in specific template?
- Enable a Coming Soon Page while the rest of the site is accessible
- Echo custom admin field into a is_single()
- Update javascript URL in header – Domain Mapping Plugin [closed]
- Add_Meta_box to custom page (formidable edit post)
- How do plugin updates work?
- Defined user role to access plugin’s pages
- Automatization for automatization
- Add a checkbox in plugin options page and make it actually work
- Embedding code snippets in posts with indentation
- Is there going to an issue running different features of WP site in different subdomains?
- Plugin on all site except primary one
- Check if user is in a group of another site within multisite network [closed]
- Integrating planning tools in wordpress
- Pulling sub-site content into specific pages
- Adding hero images to blog posts
- turn off WooCommerce for a site in a multi site environment
- Change email notification language based on the site language in WPForms