=== Restrict Multisite Widgets === Contributors: kawauso Tags: multisite, widgets, restrict Requires at least: 3.0 Tested up to: 3.1-RC2-17283 Stable tag: 1.1 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. See also: Restrict Multisite Plugins == 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 'Widget Restrictions' section in the 'Themes' menu in the Network Admin or 'Widgets' section in the 'Super Admin' menu == Frequently Asked Questions == = Can I enable widgets only for individual sites? = No. You can as a Network 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 prior to WordPress 3.1. == Changelog == = 1.1 = * Added support for Network Admin * Moved page to Network Admin -> Themes -> Widget Restrictions under WordPress 3.1 and higher * Changed plugin class to static callbacks = 1.0 = * First public release == Upgrade Notice == = 1.1 = Support for WordPress 3.1. Page is now under Network Admin -> Themes -> Widget Restrictions in WordPress 3.1 and higher.