From 98bae614e153a2f0996ccae42a88bf53e04fe1f2 Mon Sep 17 00:00:00 2001 From: Your Name Date: Fri, 23 May 2025 12:56:55 +0300 Subject: [PATCH] Fix | bugs fix --- wp-content/themes/cosmopet/functions.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-content/themes/cosmopet/functions.php b/wp-content/themes/cosmopet/functions.php index 71ff31b..f2efb6b 100644 --- a/wp-content/themes/cosmopet/functions.php +++ b/wp-content/themes/cosmopet/functions.php @@ -440,7 +440,6 @@ include_module('forms'); include_module('layout'); - class WooProduct extends Timber\Post { protected $wc_product; @@ -1194,4 +1193,5 @@ function remove_woocommerce_styles_on_checkout() { wp_dequeue_style('select2'); wp_deregister_style('select2'); } -} \ No newline at end of file +} +