Merge pull request #301 from typeplus/master - Thx @typeplus

Declare woocommerce support.
This commit is contained in:
Holger 2017-05-08 08:41:04 +02:00 committed by GitHub
commit e017cb8a7a
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ if ( ! function_exists( 'woocommerce_support' ) ) {
* Declares WooCommerce theme support. * Declares WooCommerce theme support.
*/ */
function woocommerce_support() { function woocommerce_support() {
add_theme_support( 'understrap' ); add_theme_support( 'woocommerce' );
// Add New Woocommerce 3.0.0 Product Gallery support // Add New Woocommerce 3.0.0 Product Gallery support
add_theme_support( 'wc-product-gallery-lightbox' ); add_theme_support( 'wc-product-gallery-lightbox' );