150, 'product_grid' => array( 'default_rows' => 3, 'min_rows' => 2, 'max_rows' => 8, 'default_columns' => 3, 'min_columns' => 2, 'max_columns' => 6, ), ) ); 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', 'artpop_woocommerce_setup' ); // Remove default WooCommerce wrapper. remove_action( 'woocommerce_before_main_content', 'woocommerce_output_content_wrapper', 10); remove_action( 'woocommerce_after_main_content', 'woocommerce_output_content_wrapper_end', 10); // Wraps all WooCommerce content in wrappers which match the theme markup. add_action('woocommerce_before_main_content', 'artpop_wrapper_start', 10); add_action('woocommerce_after_main_content', 'artpop_wrapper_end', 10); function artpop_wrapper_start() { echo '