woocommerce_show_product_images()WC 1.0

Output the product image before the single product summary.

Хуков нет.

Возвращает

null. Ничего (null).

Использование

woocommerce_show_product_images();

Код woocommerce_show_product_images() WC 8.7.0

function woocommerce_show_product_images() {
	wc_get_template( 'single-product/product-image.php' );
}