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' ); }
Expand full source code Collapse full source code View on Trac
Changelog
Version | Description |
---|---|
1.0.3 | Introduced. |