Automattic\WooCommerce\Blocks\BlockTypes

ProductGalleryThumbnails::limit_thumbnailspublicWC 1.0

Method of the class: ProductGalleryThumbnails{}

No Hooks.

Returns

null. Nothing (null).

Usage

$ProductGalleryThumbnails = new ProductGalleryThumbnails();
$ProductGalleryThumbnails->		

ProductGalleryThumbnails::limit_thumbnails() code WC 9.9.3

<?php
<img
	class="wc-block-product-gallery-thumbnails__thumbnail__image <?php echo 0 === $index ? 'is-active' : ''; ?>"
	data-image-id="<?php echo esc_attr( $image['id'] ); ?>"