Plugins with Network: true in their header cannot be seen, activated or deactivated in sub sites. The reason is simple: You need super admin rights to do something with them, and their settings section (if there are any) are visible in wp-admin/network/ only.
Even if you are the super admin and on a sub site you will not see those menus usually, because the API for network plugins is slightly different: The registration of menu entries works different, URLs differ and there is no real options API. For a plugin developer it would require some rather unstable hacks to offer those menu entries. It is just not worth the efforts.
The other group of invisible plugins is mu-plugins. They are stored in a directory mu-plugins, and they run without activation. Again, only the network admin’s business, and only visible here.
Related Posts:
- How to add field for new site-wide option on Network Settings screen?
- Getting Custom Post Type content from main-site of a Multisite
- WordPress network: set themes and plugins for new blog
- Multisite: Activate plugin for subsites only?
- Setting up a multilingual wordpress site
- Plugin to list active plugins across networked sites
- How to hide plugin from WordPress Multisite admin plugin list
- Show function to super admin
- Activation flow of a plugin in a multisite environment
- Plugin De/Activation Not Firing On MultiSite install
- Uninstall, Activate, Deactivate a plugin: typical features & how-to
- WordPress sharding: which multi-DB plugin to use?
- What is a Network Activated Plugin Exactly?
- Show a confirm message before plug-in activation
- 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?
- Function to activate WordPress theme inside a plugin
- Is it possible to run plugin code when a multisite blog is deleted?
- Multi domain, multi sites with different themes and content
- Bug in Stackoverflow styled badge system script
- How can a plugin run a script after being updated in MultiSite?
- Aggregate Summaries of Posts of Different Blogs in Multisite Instance
- Posts wont expire
- Multisite functions to communicate with individual site functions
- explanation for activate_plugin function in wordpress core
- I’m trying to create security question field for my login page
- Force plugin to fail activation
- Duplicate a Multi-Site Subdomain
- How to get last_updated and newest_blogs in WP 3.0
- Display All Non-Used Plugins
- 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
- What Plugin Do You Use to Turn WordPress based site to A Blog Aggregator
- Check if User exists in WordPress Multisite
- Detect when any plugin is activated or deactivated
- Is the wordpress user-model changed in wpmu?
- Network: retrieve a list of latest posts
- Plugin won’t activate – cannot declare class (already in use)
- Unable to install theme recommended plugins on Multisite
- How to add class in plugin only for network site?
- How to activate plugins for my WordPress sites from a remote server
- register_activation_hook with include file [closed]
- 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?
- Prevent a plugin from being automatically activated
- Is any information available in PHP files in WP about plugin activation history?
- WordPress on AWS with ELB
- Solutions to repost categories into multisite blogs?
- Own plugin corrups plugin-activation
- Media is not attached after import
- Any recommendation on how to manage ads?
- Plugins not showing in Multisite dashboard
- How can I force users to a particular subdomain to log in for MU (Multisite)?
- How to check if tables in WordPress still exists after activations
- Run plugins only on certain pages
- There is any way to remove post-format filter? [closed]
- WordPress site periodically goes down
- Are functions in main plugin file called before function bound to register_activation_hook runs?
- Force file download on plugin activation
- WordPress user account activation
- Uninstalling plugins across all sites
- Why this function not working for install database on plugin activation
- Run function on plugin activation before plugin is loaded
- Create a single website with 3 theme options in wordpress
- A question about register_activation hook
- One sub site is slow while all others load fine, same theme & plugins [closed]
- rewrite_rules() not applying rules on plugin activation only after permalinks menu is clicked
- How to check wp_options’s rewrite_rules if current and existing are the same before flush the rules?
- WordPress super admin login issue. (Automatically logout)
- Advanced WordPress plugin activation detection
- How to remove a CPT Menu from the Root Admin only
- Hosting multiple sites
- how to make a wplang for network fill automatically
- Multisite Plugin – Access options (wp_options) on child sites
- Plugin to create unlimited custom shortcodes?
- Constructing a Pay to Download music website with wordpress
- 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
- how to enable/activate a plugin per Cpanel
- Creating one user access account for all the multiple sites
- Media Dialog CSS broken in WP v.5.3.2
- My WordPress activation hook isn’t working
- Copying content from my other websites
- how to add navigation icons in specific template?
- Update javascript URL in header – Domain Mapping Plugin [closed]
- Error Copying Directory On Plugin Activation
- How do plugin updates work?
- Automatization for automatization
- Is there going to an issue running different features of WP site in different subdomains?
- Plugin on all site except primary one
- After installing plugins, changes don’t appear
- Integrating planning tools in wordpress
- Pulling sub-site content into specific pages
- Frontpage Admin Bar Disappeared
- Change email notification language based on the site language in WPForms
- Automatically install bundled plugins during theme activation?