• Skip to primary navigation
  • Skip to main content
  • Skip to primary sidebar
WPFeed

WPFeed

  • News
  • Tutorials
    • WordPress Multisite
    • BuddyPress
    • Design
  • Reviews
    • Plugins
  • Roundups
  • Snippets
  • Giveaways
Home » BuddyPress » How to Remove WordPress Dashboard Widgets

How to Remove WordPress Dashboard Widgets

Whenever I develop a site for a client, I’ll try to make the dashboard to be as clear and easy to be used as possible. This is important to avoid confusion to the client, thus reducing support time. Everybody wins.

One of the little things I always do is remove unnecessary dashboard widgets as most of the time, no one will ever use it, me included.

Note: The dashboard widgets should not be confused with the widgets. The dashboard widgets are what you see in Dashboard > Menu.

Using remove_meta_box() Function

The unnecessary dashboard widgets can be removed using remove_meta_box() funtion. Simply use the following code in functions.php of your theme or even better, the functionality plugin.

Below is a list of default WordPress widgets and some code to remove it from your dashboard:

For more information, please read about WordPress Dashboard API from WordPress Codex.

Using Plugin

There are many plugins available to get what we’re trying to archive. One of my favorite plugins is Adminimize. The plugin gives you more control – it allows you to remove the default WordPress widgets based on different user roles. This is a great feature if you’d like to remove the widgets from only certain level of users.

dashboard-widgets

Reader Interactions

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Primary Sidebar

Recent Posts

  • WordPress is a brilliant platform that is loaded with tons of stuff for websites.
  • How to Sync Stock & Price for WooCommerce Products
  • How to migrate a WooCommerce Store to a new site
  • How to Import WooCommerce Products
  • How to export WooCommerce Orders

Copyright © 2023 · WPFeed.com - A Project of TechAbout LLC.

  • About us
  • Advertise
  • Write for us
  • Terms and Conditions
  • Privacy Policy
  • Contact us