Skip to content

Instantly share code, notes, and snippets.

@kennyeliason
Created April 13, 2018 21:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kennyeliason/b5bc73d780e295bd81372b44677de0e0 to your computer and use it in GitHub Desktop.
Save kennyeliason/b5bc73d780e295bd81372b44677de0e0 to your computer and use it in GitHub Desktop.
WooCommerce 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' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment