Pro Verified

Name

Remove Wordpress Screen Option Items

About

Remove those annoying items in the Wordpress Dashboard

Language

PHP

Rating

Voted: 1 by 1 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:

18/05/2023

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' );

1

Featured Snippet

Related Snippets

Please see some snippets below related to this snippet..

WordPress Admin

Unverified

0

WPengine remove Dashboard

Added: 4 months ago

Last Updated: 4 months ago

Remove WPengine Dashboard in WordPress AdminMenu

WordPress Admin

AI Verified

0

Redirect by page ID

Added: 4 months ago

Last Updated: 4 months ago

Wordpress function to redirect one page id to another page id

WordPress Admin

AI Verified

0

Remove unwanted dashboard widgets

Added: 2 months ago

Last Updated: 2 months ago

This snippet removes unnecessary widgets from the WordPress dashboard, keeping it clean and uncluttered.

Other Snippets in this Codevault

These are some popular snippets from this users codevault..

Performance

Pro Verified

18

Remove Unused Javascript

Added: 8 months ago

Last Updated: 1 month ago

Remove Unused Javascript - and improve your Page Speed Insight Score

Performance

Unverified

14

Remove Google Fonts (Elementor)

Added: 8 months ago

Last Updated: 3 days ago

Prevent Google Fonts from Loading

WooCommerce

Pro Verified

6

Deactivate some WooCommerce Checkout Fields

Added: 8 months ago

Last Updated: 1 week ago

Deactivate some WooCommerce Checkout Fields from showing