remove featured image link woocommerce
add_filter('woocommerce_single_product_image_html','mbc_remove_link_on_thumbnail' ); // IF 1 image disable link function mbc_remove_link_on_thumbnail($html){ return strip_tags($html,'<img>'); }
add_filter('woocommerce_single_product_image_html','mbc_remove_link_on_thumbnail' ); // IF 1 image disable link function mbc_remove_link_on_thumbnail($html){ return strip_tags($html,'<img>'); }