Don't display the image placeholder
-
I tried removing this line `else {
echo apply_filters( ‘woocommerce_single_product_image_html’, sprintf( ‘<img src=”%s” alt=”Placeholder” />’, wc_placeholder_img_src() ), $post->ID );
}` from \mytheme\woocommerce\single-product\product-image.php but it still shows the placeholder.png. I would like to know how to remove it and/or change the location of the placeholder.png to future proof the changes.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Don't display the image placeholder’ is closed to new replies.