Remove item "profiler" from the menu (https://github.com/woocommerce/woocommerce-admin/pull/4851)
* Lint detail solved This commit resolves a small lint warning in the file Loader.php * Removed "profiler" from menu This commit removes the item "profiler" from the menu. Co-authored-by: Fernando Marichal <contacto@fernandomarichal.com>
This commit is contained in:
parent
ba12049b79
commit
88a83e4d84
|
@ -295,7 +295,7 @@ class Loader {
|
||||||
wc_admin_register_page(
|
wc_admin_register_page(
|
||||||
array(
|
array(
|
||||||
'title' => 'Profiler',
|
'title' => 'Profiler',
|
||||||
'parent' => 'woocommerce',
|
'parent' => '',
|
||||||
'path' => '/profiler',
|
'path' => '/profiler',
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in New Issue