JC Whelan

WooCommerce Add Gallery Support

    // add theme support woocommerce
    add_theme_support( 'wc-product-gallery-zoom' );
    add_theme_support( 'wc-product-gallery-lightbox' );
    add_theme_support( 'wc-product-gallery-slider' );

    add_action( 'after_setup_theme', 'setup_woocommerce_support' );