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