Use callback for customers URL in navigation (https://github.com/woocommerce/woocommerce-admin/pull/5799)
This commit is contained in:
parent
c659d2a729
commit
71f718f875
|
@ -168,7 +168,7 @@ class CoreMenu {
|
||||||
$customers_item = array(
|
$customers_item = array(
|
||||||
'id' => 'woocommerce-analytics-customers',
|
'id' => 'woocommerce-analytics-customers',
|
||||||
'title' => __( 'Customers', 'woocommerce-admin' ),
|
'title' => __( 'Customers', 'woocommerce-admin' ),
|
||||||
'url' => wc_admin_url( '/customers' ),
|
'url' => 'wc-admin&path=/customers',
|
||||||
'order' => 50,
|
'order' => 50,
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue