From 55e3b7a5f3f5c313bd07d5871287ccae3f7f25cc Mon Sep 17 00:00:00 2001 From: maksim Date: Thu, 12 Jun 2025 19:56:29 +0300 Subject: [PATCH] =?UTF-8?q?Maks=20|=20refactor:=20=D1=83=D0=B4=D0=B0=D0=BB?= =?UTF-8?q?=D0=B8=D0=BB=20=D0=BF=D1=83=D1=81=D1=82=D0=BE=D0=B9=20js=20?= =?UTF-8?q?=D0=B8=20=D0=BA=D1=83=D1=81=D0=BE=D0=BA=20=D0=B1=D0=B5=D1=81?= =?UTF-8?q?=D0=BF=D0=BE=D0=BB=D0=B5=D0=B7=D0=BD=D1=8B=D0=B9=20=D0=B8=D0=B7?= =?UTF-8?q?=20functions.php?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- wp-content/themes/cosmopet/functions.php | 15 --------------- .../cosmopet/modules/header/assets/js/core.js | 0 2 files changed, 15 deletions(-) delete mode 100644 wp-content/themes/cosmopet/modules/header/assets/js/core.js diff --git a/wp-content/themes/cosmopet/functions.php b/wp-content/themes/cosmopet/functions.php index f6405ef..70f2100 100644 --- a/wp-content/themes/cosmopet/functions.php +++ b/wp-content/themes/cosmopet/functions.php @@ -618,9 +618,6 @@ register_sidebar( array( ) ); -// Define encryption secret key -define('SECRET', 'fT54ehYtt87@q1A'); - /** * Email Validation * Validates the format of the provided email via AJAX. @@ -1109,18 +1106,6 @@ function remove_view_cart_button_js() { '; - } - return $tag; -}, 10, 3 ); - // Для кнопки "Применить фильтр" add_filter('wbw_filter_submit_button_text', 'change_wbw_filter_button_text'); function change_wbw_filter_button_text($text) { diff --git a/wp-content/themes/cosmopet/modules/header/assets/js/core.js b/wp-content/themes/cosmopet/modules/header/assets/js/core.js deleted file mode 100644 index e69de29..0000000