get_gallery_image_ids(); if ( $attachment_ids ) { if ( ! $product->get_image_id() ) { array_shift( $attachment_ids ); } foreach ( $attachment_ids as $attachment_id ) { echo apply_filters( 'woocommerce_single_product_image_thumbnail_html', wc_get_gallery_image_html( $attachment_id ), $attachment_id ); // phpcs:disable WordPress.XSS.EscapeOutput.OutputNotEscaped } }