jQuery(window).on('load', function() { if (jQuery('.woocommerce-product-gallery').length) { jQuery('.woocommerce-product-gallery').each(function() { jQuery(this).wc_product_gallery(); }); } });