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' => - '
' . __( 'If you would like to learn about using WooCommerce from an expert, consider a WooCommerce course to further your education.', 'woocommerce' ) . '
' . - '', - ) - ); - $screen->add_help_tab( array( 'id' => 'woocommerce_onboard_tab',