Remove srcset thumbnail attribute for products in the WooCommerce shopping cart
To modify the WooCommerce cart item thumbnail to remove the srcset attribute, you can use the wp_get_attachment_image_attributes filter. This filter allows you to change the attributes of an image retrieved by the wp_get_attachment_image() function, which WooCommerce uses under the hood. IMPORTANT: Make sure to have a backup before you try and code you find on … Read more