From 1cd3ae008872a3d83eadcb0f27c46390501f2992 Mon Sep 17 00:00:00 2001 From: Job Date: Thu, 5 Mar 2020 11:39:08 +0200 Subject: [PATCH] Remove the "Education" tab from Help We still had an education tab there, but we have no active agreements with any of the recommended resources. I think we can just delete thme from core. --- includes/admin/class-wc-admin-help.php | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/includes/admin/class-wc-admin-help.php b/includes/admin/class-wc-admin-help.php index e903b3497f0..334055900b0 100644 --- a/includes/admin/class-wc-admin-help.php +++ b/includes/admin/class-wc-admin-help.php @@ -71,17 +71,6 @@ class WC_Admin_Help { ) ); - $screen->add_help_tab( - array( - 'id' => 'woocommerce_education_tab', - 'title' => __( 'Education', 'woocommerce' ), - 'content' => - '

' . __( 'Education', 'woocommerce' ) . '

' . - '

' . __( 'If you would like to learn about using WooCommerce from an expert, consider a WooCommerce course to further your education.', 'woocommerce' ) . '

' . - '

' . __( 'Further education', 'woocommerce' ) . '

', - ) - ); - $screen->add_help_tab( array( 'id' => 'woocommerce_onboard_tab',