Disable sidebar and dashboard widgets with an easy to use interface.
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.wp_widget_disable_default_dashboard_widgets
– Allows you to exclude certain dashboard widgets from being disabled.Contributions
If you would like to contribute to this plugin, report an issue or anything like that, please note that we develop this plugin on GitHub.
Developed by required
/wp-widget-disable
directory to the /wp-content/plugins/
directory.For older versions see CHANGELOG.md.