Fix | bugs fix

Co-authored-by: Your Name <you@example.com>
Reviewed-on: #24
pull/25/head
Andrei-10 3 months ago
parent cff799f7a0
commit d670ea2c48
  1. 2
      wp-content/themes/cosmopet/functions.php

@ -440,7 +440,6 @@ include_module('forms');
include_module('layout'); include_module('layout');
class WooProduct extends Timber\Post { class WooProduct extends Timber\Post {
protected $wc_product; protected $wc_product;
@ -1195,3 +1194,4 @@ function remove_woocommerce_styles_on_checkout() {
wp_deregister_style('select2'); wp_deregister_style('select2');
} }
} }

Loading…
Cancel
Save