Wypo Logo Header@2x
Blog / Developer / How to remove the Help tab from the top of the administrator dashboard

How to remove the Help tab from the top of the administrator dashboard

Developer
Time to read : 8 minutes

Publication date: 24 November 2024

If you manage a WordPress site, you may have noticed the Help tab that appears in the top right-hand corner of your admin dashboard. While it can be useful for beginners, this tab is often superfluous for experienced users or for customers for whom you’ve designed a custom site. Looking to simplify the interface and hide this tab to make the experience more streamlined? In this article, we’ll explain why and how to remove the Help tab in a few simple steps, using a code snippet.

Delete Help tab

To remove the Help tab from the WordPress dashboard, you need to add a code snippet in your functions.php file or in a site-specific plugin (must-use plugin). Here’s the code to use:

PHP

Target the articles page only

To remove the Help tab from the article listing page only, use this code:

PHP

Tip for finding other screen IDs

If you want to apply this method to other administration pages, you can display the screen IDs to easily identify them. Add this temporary code to your functions.php file:

PHP
Last 30 days : 1
Total : 17