WordPress Developers STOP DOING THIS!!!

Who else is sick and tired of all those annoying nag messages, dashboard widgets, please rate my plugin and more on the WordPress Dashboard??

I know I am!

In this video, I’ll show you how to deal with many of them once and for all.

Elementor Github link: https://gist.github.com/lukecav/37e187e0f6e2a0ecfdbca657e091fe12

If you prefer to create a simple WordPress plugin to handle the editing or to add the code to your functions.php file, you can use the code snippet below.

<?php
/*
Plugin Name: Dashcleaner
Plugin URI: https://wptuts.co.uk
description: A plugin to remove annoying WordPress Dashboard widgets
Author: WPTuts
Author URI: https://wptuts.co.uk
License: GPL2
*/

add_action( 'wp_dashboard_setup', 'bt_remove_dashboard_widgets' );

/**
* Remove Annoying WordPress Dashboard Widgets
*/

function bt_remove_dashboard_widgets() {

remove_meta_box( 'dashboard_primary','dashboard','side' ); // WordPress.com Blog
remove_meta_box( 'dashboard_plugins','dashboard','normal' ); // Plugins
remove_meta_box( 'dashboard_right_now','dashboard', 'normal' ); // Right Now
remove_action( 'welcome_panel','wp_welcome_panel' ); // Welcome Panel
remove_action( 'try_gutenberg_panel', 'wp_try_gutenberg_panel'); // Try Gutenberg
remove_meta_box('dashboard_quick_press','dashboard','side'); // Quick Press widget
remove_meta_box('dashboard_recent_drafts','dashboard','side'); // Recent Drafts
remove_meta_box('dashboard_secondary','dashboard','side'); // Other WordPress News
remove_meta_box('dashboard_incoming_links','dashboard','normal'); //Incoming Links
remove_meta_box('dashboard_recent_comments','dashboard','normal'); // Recent Comments
remove_meta_box('dashboard_activity','dashboard', 'normal'); // Activity
remove_meta_box( 'e-dashboard-overview', 'dashboard', 'normal'); //Remove Elementor
}

?>

Take your WordPress website and skills to the next level!

► THE TOOLS I LOVE ◄
If you like what we do and would like to support us, please consider using these affiliate links when purchasing any of the plugins covered in our tutorials. Thank you for your support.

► WORDPRESS VISUAL PAGE BUILDERS ◄
★ ELEMENTOR PRO:
★ Brizy Pro:
★ WPBakery Page Builder (Formerly VISUAL COMPOSER):
★ DIVI 3 Page Builder:

► WORDPRESS THEMES ◄
★ GeneratePress Premium:
★ OCEANWP:
★ DIVI Theme:
★ Astra Pro:

► WORDPRESS TOOLS ◄
★ SMART SLIDER 3:
★ CSSHERO:
★ SLIDER REVOLUTION 6 – jo.my/sr6

► WORDPRESS PLUGINS ◄

★ SEOPress Pro: https://jo.my/seopress

► SUBSCRIBE ◄

► LETS CONNECT: ◄
https://twitter.com/WPTutz

SUPPORT: Our website offers additional information and perks. Please check it out! https://wptuts.co.uk