Widgets are blocks of elements that you can add to your WordPress site’s sidebars or widget ready areas. WordPress comes with several default widgets of its own, and other WordPress Themes and plugins may add their own widgets as well. The widgets screen on your WordPress website displays all the widgets that you can add to your theme. But too many widgets appearing in the screen may disturb you from working nicely and maybe you may do not need all of those widgets as well. So you might want to disable those unused or unwanted widgets from cluttering in the widget screen. Widgets are elements appearing on your widget screen (Dashboard » Appearance » Widgets) that you can add to your sidebars or widget areas. You can see many default widgets as well as widgets from plugins that you have installed on your WordPress website.
For Manually you can use the WordPress predefine function – “unregister_widget”. This function is used for Unregisters a widget. You can add following code in functions.php file –
Thanks for reading this blog post. Stay continue with us for the more interesting blog post.