Hello,
I am just wondering what these two hooks in content-product.php are for:
Line 66: <?php do_action( ‘woocommerce_before_shop_loop_item’ ); ?>
Line 75: do_action( ‘woocommerce_before_shop_loop_item_title’ );
I see no difference when I disable them but the number of DOM elements is reduced and error notices in my source code disappear. So I would like to delete them but I am not sure if this would have any disadvantages?!
Many thanks in advance!