=== Restrict Multisite Plugins === Contributors: kawauso Tags: multisite, plugins Requires at least: 3.0 Tested up to: 3.0.1 Stable tag: 1.0 Allows network admins to restrict which plugins are available on sites, similar to themes. == Description == A quick adaptation of the theme restriction code for plugins. Can only restrict on a site-wide basis, though it will only affect those sites on which it's activated. Does not restrict super admins. Not currently compatible with 3.1-alpha with /wp-admin/network/ == Installation == 1. Upload `restrict-multisite-plugins.php` to `/wp-content/plugins/` directory 2a. Network activate the plugin through the 'Plugins' menu in any WordPress site 2b. Activate the plugin through the 'Plugins' menu of every WordPress site you wish to restrict 3. Select plugins to make available under the 'Themes' section in the 'Super Admin' menu == Frequently Asked Questions == = Can I enable plugins only for individual sites? = No. You can as a Super Admin however activate plugins for individual sites without restrictions. = Will this plugin affect plugins already activated by site admins? = No. This plugin only prevents changes to the state of plugins and hides them from Admins. You will need to deactivate any plugins manually. == Screenshots == None yet. It looks much the same as the 'Themes' section in the 'Super Admin' menu. == Changelog == = 1.0 = * First public release