exclude base wc-settings
This commit is contained in:
parent
aa4ed07af9
commit
08edf9502e
|
@ -248,6 +248,7 @@ class CoreMenu {
|
|||
$excluded_items = array(
|
||||
'woocommerce',
|
||||
'wc-reports',
|
||||
'wc-settings',
|
||||
);
|
||||
|
||||
return apply_filters( 'woocommerce_navigation_core_excluded_items', $excluded_items );
|
||||
|
|
Loading…
Reference in New Issue