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.
This commit is contained in:
parent
1bac3ae62c
commit
1cd3ae0088
|
@ -71,17 +71,6 @@ class WC_Admin_Help {
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
|
|
||||||
$screen->add_help_tab(
|
|
||||||
array(
|
|
||||||
'id' => 'woocommerce_education_tab',
|
|
||||||
'title' => __( 'Education', 'woocommerce' ),
|
|
||||||
'content' =>
|
|
||||||
'<h2>' . __( 'Education', 'woocommerce' ) . '</h2>' .
|
|
||||||
'<p>' . __( 'If you would like to learn about using WooCommerce from an expert, consider a WooCommerce course to further your education.', 'woocommerce' ) . '</p>' .
|
|
||||||
'<p><a href="https://docs.woocommerce.com/document/further-education/?utm_source=helptab&utm_medium=product&utm_content=edupartners&utm_campaign=woocommerceplugin" class="button button-primary">' . __( 'Further education', 'woocommerce' ) . '</a></p>',
|
|
||||||
)
|
|
||||||
);
|
|
||||||
|
|
||||||
$screen->add_help_tab(
|
$screen->add_help_tab(
|
||||||
array(
|
array(
|
||||||
'id' => 'woocommerce_onboard_tab',
|
'id' => 'woocommerce_onboard_tab',
|
||||||
|
|
Loading…
Reference in New Issue