How to add a cutom class to the cart thumbnail IMG tag throught a function?
-
All the thumbnails in the cart are run through the following woocommerce_cart_item_thumbnail filter:
$thumbnail = apply_filters( ‘woocommerce_cart_item_thumbnail’, $_product->get_image(), $cart_item, $cart_item_key );
Any idea how to add a custom class to the
tag of the thumbnail through a function in the functions.php file of my child theme?
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘How to add a cutom class to the cart thumbnail IMG tag throught a function?’ is closed to new replies.