homescreen id

This commit is contained in:
Paul Sealock 2020-11-18 14:48:55 +13:00
parent 861bcbc21c
commit 9783a4c764
1 changed files with 1 additions and 1 deletions

View File

@ -154,7 +154,7 @@ class CoreMenu {
$home_item = array();
if ( defined( '\Automattic\WooCommerce\Admin\Features\AnalyticsDashboard::MENU_SLUG' ) ) {
$home_item = array(
'id' => 'wc-admin&path=/',
'id' => 'wc_admin/wc-admin&path=/',
'title' => __( 'Home', 'woocommerce-admin' ),
'url' => \Automattic\WooCommerce\Admin\Features\AnalyticsDashboard::MENU_SLUG,
'is_top_level' => true,