From 1d9b6c4e4dcbb070f648fc0de62bb7339315aecf Mon Sep 17 00:00:00 2001 From: Dekart Deploy Bot Date: Tue, 12 May 2026 18:01:06 +0300 Subject: [PATCH] =?UTF-8?q?Final.=20Deploy=20ready=20=D1=81=D1=87=D0=B5?= =?UTF-8?q?=D1=82=D1=87=D0=B8=D0=BA=D0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- wp-content/themes/dekart/functions.php | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/wp-content/themes/dekart/functions.php b/wp-content/themes/dekart/functions.php index 1d886ca..205beda 100644 --- a/wp-content/themes/dekart/functions.php +++ b/wp-content/themes/dekart/functions.php @@ -1012,11 +1012,10 @@ function dekart_acf_delete_json($post_id) { } // ───────────────────────────────────────────────────────────── -// Счетчики — централизованное управление (Настройки → Счетчики) -// ───────────────────────────────────────────────────────────── +// Счетчики — централизованное управление (ТОП-меню) add_action('admin_menu', 'dekart_counters_menu'); function dekart_counters_menu() { - add_options_page('Счетчики', 'Счетчики', 'manage_options', 'dekart-counters', 'dekart_counters_page'); + add_menu_page('Счетчики', 'Счетчики', 'manage_options', 'site-analytics-settings', 'dekart_counters_page', 'dashicons-chart-bar', 3); } add_action('admin_init', 'dekart_counters_settings');