Astra_Woocommerce::setup_theme()

Setup theme


Description


Source

File: inc/compatibility/woocommerce/class-astra-woocommerce.php

		public function setup_theme() {

			// WooCommerce.
			add_theme_support( 'wc-product-gallery-zoom' );
			add_theme_support( 'wc-product-gallery-lightbox' );
			add_theme_support( 'wc-product-gallery-slider' );
		}

Changelog

Changelog
Version Description
1.0.3 Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.