From 10e5b13d3d775cf4c744a15187adfbead4b2d0a3 Mon Sep 17 00:00:00 2001 From: Nonimart Date: Wed, 27 Aug 2025 10:56:43 +0200 Subject: [PATCH] REFACTOR Removing unecessary write logs --- includes/nawalker_fction.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/includes/nawalker_fction.php b/includes/nawalker_fction.php index 56c745c..5ad3bdc 100644 --- a/includes/nawalker_fction.php +++ b/includes/nawalker_fction.php @@ -70,8 +70,7 @@ function customize_submenu_classnames($classes, $args, $depth) // $classes[] = 'sub-menu'; // $classes[] = 'test'; // } - // write_log($classes); - // write_log($classes); + return $classes; }