diff --git a/view/common/wordpress-menu.phtml b/view/common/wordpress-menu.phtml index c6b0549..9b9041b 100644 --- a/view/common/wordpress-menu.phtml +++ b/view/common/wordpress-menu.phtml @@ -39,22 +39,22 @@ if ($wordpress_endpoint) { } } } - //print_r($items); -function render_menu($items, $level_id) { - echo '' . PHP_EOL; } - if (count($items[0]) > 0) { render_menu($items, 0); }