From cf134eecd4652cbe64c26ac0eef311ad9c0efcac Mon Sep 17 00:00:00 2001 From: Neil Gee Date: Sat, 8 Sep 2018 08:13:52 +1000 Subject: [PATCH] remove gutenverg nag --- includes-child/client-file.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/includes-child/client-file.php b/includes-child/client-file.php index 038ca44..f3fe3a8 100644 --- a/includes-child/client-file.php +++ b/includes-child/client-file.php @@ -58,6 +58,8 @@ function bt_remove_dashboard_widgets() { // remove_meta_box('icl_dashboard_widget','dashboard','normal'); //Multi Language Plugin // remove_meta_box('dashboard_activity','dashboard', 'normal'); //Activity remove_action( 'welcome_panel','wp_welcome_panel' ); + remove_action( 'try_gutenberg_panel', 'wp_try_gutenberg_panel'); // Try Gutenberg + }