2017-01-23 11:56:00 +00:00
|
|
|
echo apply_filters( 'woocommerce_single_product_image_additional_thumbnail_html', '<figure data-thumb="' . esc_url( $thumbnail[0] ) . '" class="woocommerce-product-gallery__image">' . wp_get_attachment_image( $attachment_id, 'shop_single', false, $attributes ) . '</figure>' );
|