ASTRA_Ext_WooCommerce_Markup::filter_single_product_carousel_options( array $options )

Woocommerce single product flexslider options.


Description


Parameters

$options

(array) (Required) Flexslider options.


Return

(array)


Source

File: addons/woocommerce/classes/class-astra-ext-woocommerce-markup.php

		public function filter_single_product_carousel_options( $options ) {
			$options['controlNav'] = false;
			return $options;
		}

Changelog

Changelog
Version Description
3.9.0 Introduced.

User Contributed Notes

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