Useful Tips To Disable WordPress Admin Notices For A Cleaner Dashboard

Useful Tips To Disable WordPress Admin Notices For A Cleaner Dashboard

As a WordPress admin user, there are often times when you will have many things going on with your blog that can cause the more annoying notifications to appear on your dashboard. These might be from new comments, new notifications about spam links in comments, anything that you don’t need to worry about and just want to quickly go away.

With annoying admin notices on your WordPress admin dashboard, it makes it look ugly and could distract you from what you were doing. This is why we will be showing you two simple methods on how to start getting rid of these annoying notices and putting back a clean look to your dashboard.

In this article, we will be showing you two useful tips to disable WordPress admin notices for a cleaner dashboard.

Why Is It Important To Have WordPress Admin Notices in Your Website?

Before we go ahead and talk about the methods on how to disable admin notices on WordPress, it is important to understand why we would want to get rid of them in the first place.

As a smart WordPress admin user, you always have the need to be up-to-date with what’s going on with your blog. In order for you to do this, WordPress is automatically set up with a few useful notifications that appear in your dashboard. These are important for you so that you can gain access to new information about things like new comments, post or page updates and even any comments that may contain spam links.

Admin notices are important because you will be able to easily see what’s going on with your WordPress blog. But it is also important to understand that there are times when you don’t need any of these admin notices. For example, if you are currently focusing on something else in your blog, the last thing that you would want to see is another one of those notifications popping up and distracting you from what you were doing.

There are other days when even though there are no new comments or post updates, the admin notices just refuse to go away. This could be due to a bug within a recent update or even a weird server error message.

What Are The Types Of Admin Notices?

When it comes to admin notices on WordPress, there are four main types. These include the following:

  • Red notice: Red notices are a notification that only appear when there’s an error that has occurred with your website. This might be with the WordPress settings or something else that might go wrong on your site. These notices tell you that something is not working properly and will help you fix what’s wrong.
  • Yellow notice: Yellow notices typically displays a warning or something else that would require your attention. These are usually information about new comments, spam links in comments, recent updates to your posts or pages and more.
  • Green notice: Green notices are a notification that typically displays any successful actions that you have done.
  • Blue notice: Displays important information about your blog. These notifications will help introduce changes or update notice on your site.

With these admin notices on WordPress, you will never have to worry about not being informed about the things that are going on with your blog. But in some cases these notices becomes annoying and you feel like you have no control over them.

How To Disable WordPress Admin Notices?

WordPress is a responsive Content Management System (CMS) and can be customized to suit many different user types with various different WordPress themes. Despite the way it is made, you can still control its behavior and appearance, as well as that of other WordPress elements.

You can add or remove  features to it by removing plugins , themes, and the WordPress core. However, many of those features are enabled by default and cannot be disabled easily.  There are thousands of plugins that can add different features to your website.

With plugins it can help disable annoying admin notice by harnessing its functions well.

Disable WordPress Admin Notices

Disable WordPress Admin Notices Using Plugins

There are different plugins for WordPress that can help you disable admin notice. These plugins also allow you to customize your WordPress dashboard. Examples of these are “Hide Admin Notices By Labinator.”

Hide Admin Notices By Labinator,” is a plugin which allows you to disable all the notifications related to your blog, such as those in the navigation, left sidebar and the dashboard of your WordPress site.

How Does It Work?


After activating your Hide Admin Notices plugin, you will see a new Show Notices at the top-right corner of your administrator page.

Next is simply click the button to hide admin notices, and simply click again to reveal them.

With these plugin you can easily disable admin notices, but you’ll also be able to customize the look of your dashboard to suit your preferences.

Plugins

Lists Of Plugins That Helps Remove Admin Notices

You may also wish to check out some of the plugins that you can use on your WordPress dashboard or admin screen which helps to disable annoying WordPress admin notices. These include:

1. Adminify
With Adminify, you can disable all notices globally, simply by changing the plugin’s settings. This way, the plugin will hide all admin notices for you, also there is an option for which type of notice you like to keep and remove from the main Dashboard.

2. Clearfy
Clearfy is one of the most user-friendly admin plugins that you can easily install. With Clearfy you can hide the notice for other users who have access to the admin panel, while displaying notices for yourself.

Clearfy is also useful for breaking advertising redirects, some plugins, when updating or during installation.

With these plugins, it is now easier to disable admin notices that may bother you and customize the look of your WordPress.

WordPress Admin Plugins

Disable Admin Notices Using Code

If you have knowledge in coding and are not satisfied with installing plugins, you can also use some code to disable admin notices, but this may be more on the advanced side.

Before you start with coding, you may want to  fully backup your WordPress. Because if any of the code you are using breaks down, then you will have to restore your entire WordPress.

You can simply use these code snippet. You can insert into the functions.php file of your active WordPress theme. You can directly access this function.php right through the hosting panel (cPanel) or in an FTP client.

add_action(‘admin_enqueue_scripts’, ‘ds_admin_theme_style’);

add_action(‘login_enqueue_scripts’, ‘ds_admin_theme_style’);

function ds_admin_theme_style() {

 if (!current_user_can( ‘manage_options’ )) {

     echo ‘<style>.update-nag, .updated, .error, .is-dismissible { display: none; }</style>’;

 }

}

With these code , you can easily disable admin notices from the Dashboard.

Code Snippet

Conclusion

There are many ways in which you can disable admin notices on WordPress. You can choose one of the methods above to suit your preferences, but be sure to backup your WordPress before you do any changes.

It is also important to mention that some admin notices are not being displayed by default, so make sure that your installed plugins and themes are not messing up with the WordPress version. If anything is set to notify you on a regular basis, then you should check it out.

custom admin notices type of admin notice types of admin notices admin notice actions simple code notices from plugins extra plugin additional plugins admin after periods admin alerts admin menu

Related Posts
Leave a Reply