This simple plugin allows you to disable any sidebar and dashboard widget for the current WordPress site you are on. It provides a simple user interface available to users with edit_theme_options capabilities (usually Administrator role) available under Appearance -> Disable Widgets. After saving the settings, the sidebar and dashboard widgets are removed from and the user can’t see those widgets anymore. Developer? Get to know the hooks Have a look at the filters we provide: wp_widget_disable_default_sidebar_widgets – Allows you to exclude certain sidebar widgets from being disabled....
Read the full description on WordPress.org →