=== Restrict Multisite Widgets === Contributors: kawauso Tags: multisite, widgets, restrict Requires at least: 3.0 Tested up to: 3.0.1 Stable tag: 1.0 Allows network admins to restrict which widgets are available on sites, similar to themes. == Description == A quick adaptation of the theme restriction code for widgets. 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-widgets.php` to `/wp-content/plugins/` directory 2. Network Activate the plugin through the 'Plugins' menu OR Activate the plugin through the 'Plugins' menu of every WordPress site you wish to restrict 3. Select widgets to make available under the 'Widgets' section in the 'Super Admin' menu == Frequently Asked Questions == = Can I enable widgets only for individual sites? = No. You can as a Super Admin however activate widgets for individual sites without restrictions. = Will this plugin affect widgets already activated by site admins? = Yes. If a widget is activated by a site admin and disabled by this plugin, it will be disabled immediately. == Screenshots == It looks much the same as the 'Themes' section in the 'Super Admin' menu. == Changelog == = 1.0 = * First public release