AI Verified

Name

Eliminate WordPress Screen Option Elements

About

Get Rid of Irritating Elements on the WordPress Dashboard

Language

PHP

Rating

Voted: 0 by 0 user(s)

How to Setup Snippet

Add to Code Snippets.

Codevault

WDXTechnologies

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

Our AI bot has checked 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:

14/11/2023

Important Note

This snippet has the following status:

AI Verified

This snippet has been tested by our AI bot, see any comments below.

AI Bot Comments:

Found 0 vulnerabilities

Eliminate WordPress Screen Option Elements

 
                    
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}
9add_action( 'wp_dashboard_setup', 'remove_dashboard_widgets' );

0

Related Snippets

Please see some snippets below related to this snippet..

WordPress Admin

AI Verified

1

Disable plugin updates

Added: 1 year ago

Last Updated: 1 year ago

Some plugins just need to stay to that version. This snippet ensures that no automatic or manual update can be performed my anyone.

WordPress Admin

AI Verified

1

Link to clear Bunny CDN

Added: 6 months ago

Last Updated: 6 months ago

I wanted a way for my clients to have a one click "Clear Bunny CDN" without having to go into other settings. Worked with AI and BunnyCDN support on this.

WordPress Admin

AI Verified

0

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

Added: 1 year ago

Last Updated: 10 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:...

Other Snippets in this Codevault

These are some popular snippets from this users codevault..

WooCommerce

AI Verified

0

Show 'NEW' Badges for Recently Added Items in WooCommerce

Added: 8 months ago

Last Updated: 8 months ago

This code snippet adds a "NEW!" badge to products in WooCommerce, indicating that they are newly added. The badge is displayed both on the product archive pages and the single product template for a s...

WooCommerce

AI Verified

0

Integrate a 'Sold' Column into the WordPress Dashboard's Product Section

Added: 10 months ago

Last Updated: 10 months ago

Are you interested in knowing the quantity of items you have sold?

WooCommerce

AI Verified

0

Transforming Coupon Codes into Discount Codes in WooCommerce

Added: 9 months ago

Last Updated: 9 months ago

In certain situations, the term "coupon" may be inappropriate. To address this, we've developed several guides suggesting alternative synonyms for "coupon." This specific guide focuses on replacing th...