Pro Verified

Name

Remove Wordpress Screen Option Items

About

Remove those annoying items in the Wordpress Dashboard

Language

PHP

Rating

Voted: 2 by 2 user(s)

How to Setup Snippet

Add to Code Snippets. If you are not using Elementor, then remove this line: remove_meta_box( 'e-dashboard-overview', 'dashboard', 'normal' );

Codevault

WebSquadron

Scroll down to see more snippets from this codevault.

Wordpress Compatability

The author has indicated that this snippet is compatable up to wordpress version: 6.1

Code Snippet Plugin Sync

Free & Pro

Download this snippet by clicking the download button, then head over to the Code Snippet Plugin settings in your wordpress admin dashboard, select the import menu then upload this file to import into your wordpress site.

Pro Only (Coming Soon)

You will be able to click a button and sync this snippet to your wordpress site automatically and from your dashboard manage all code snippets across all your wordpress sites that have the Code Snippets Pro plugin installed.

History

Last modified:

19/02/2024

Important Note

This snippet has the following status:

Pro Verified

This snippet has been verified by a Code Snippet Pro team member.

Pro Comments:

Remove Wordpress Screen Option Items

 
                    
1function remove_dashboard_widgets() {
2 remove_action( 'welcome_panel', 'wp_welcome_panel' );
3 remove_meta_box( 'dashboard_right_now', 'dashboard', 'normal' );
4 remove_meta_box( 'dashboard_activity', 'dashboard', 'normal' );
5 remove_meta_box( 'dashboard_quick_press', 'dashboard', 'side' );
6 remove_meta_box( 'dashboard_primary', 'dashboard', 'side' );
7 remove_meta_box( 'dashboard_site_health', 'dashboard', 'normal' );
8 remove_meta_box( 'e-dashboard-overview', 'dashboard', 'normal' );
9}
10add_action( 'wp_dashboard_setup', 'remove_dashboard_widgets' );

2

Featured Snippet

Related Snippets

Please see some snippets below related to this snippet..

WordPress Admin

AI Verified

0

Show Site Logo on WP Login Screen - CustomLoginLogo [SnipSnip.pro]

Added: 8 months ago

Last Updated: 5 months ago

Adds your site logo to the WP Login screen. You can customize the css for background color and logo size if desired. <a href="https://snipsnip.pro/s/763" target="_blank" rel="nofollow noopener">https:...

WordPress Admin

AI Verified

0

CLOUD Meister: Hide PlugIns from List

Added: 1 year ago

Last Updated: 1 year ago

WordPress Admin

AI Verified

0

Hide ‘Screen Options’ Tab

Added: 1 year ago

Last Updated: 1 year ago

Other Snippets in this Codevault

These are some popular snippets from this users codevault..

Performance

AI Verified

29

Remove Unused Javascript

Added: 1 year ago

Last Updated: 3 weeks ago

Remove Unused Javascript - and improve your Page Speed Insight Score

WooCommerce

Pro Verified

9

Deactivate some WooCommerce Checkout Fields

Added: 1 year ago

Last Updated: 5 months ago

Deactivate some WooCommerce Checkout Fields from showing

Performance

Pro Verified

5

Disable e-icons from Elementor

Added: 1 year ago

Last Updated: 1 year ago

Disable e-icons - and remove the notification from occurring during your Page Speed Insight Check.