No Results Found

The page you requested could not be found. Try refining your search, or use the navigation above to locate the post.

add_action('after_setup_theme', function() { add_theme_support('wc-product-gallery-zoom'); add_theme_support('wc-product-gallery-lightbox'); add_theme_support('wc-product-gallery-slider'); }, 99); add_action('wp_enqueue_scripts', function() { if (is_product()) { wp_enqueue_script('zoom'); } });