Hello, earlier we asked you to remove the output of images from categories using this hook:
if(!is_product_category(‘multgeroi’)) {
remove_action(‘woocommerce_before_subcategory_title’, ‘woocommerce_subcategory_thumbnail’, 10);
}
How do I get images back to categories everywhere? We have removed the hook from content-product-cat.php but the images did not return..