* 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:
Fernando 2020-07-22 15:24:33 -03:00 committed by GitHub
parent ba12049b79
commit 88a83e4d84
1 changed files with 2 additions and 2 deletions

View File

@ -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',
) )
); );