<?php /** * Display all photograph functions and definitions * * @package Theme Freesia * @subpackage Photograph * @since Photograph 1.0 */ /** * Making the theme Woocommrece compatible */ 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' );