woocommerce_show_product_images()
Output the product image before the single product summary.
No Hooks.
Return
null
. Nothing (null).
Usage
woocommerce_show_product_images();
woocommerce_show_product_images() woocommerce show product images code WC 9.6.1
function woocommerce_show_product_images() { wc_get_template( 'single-product/product-image.php' ); }