ASTRA_Ext_WooCommerce_Markup::single_product_gallery_js_localize( array $localize )

Cart localize


Description


Parameters

$localize

(array) (Required) JS localize variables.


Return

(array)


Source

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

		public function single_product_gallery_js_localize( $localize ) {
			$localize['single_product_sticky_product_image']            = astra_get_option( 'single-product-sticky-product-image' );
			$localize['single_product_sticky_product_image_top_offset'] = astra_get_option( 'single-product-sticky-product-image-top-offset' );
			return $localize;
		}

Changelog

Changelog
Version Description
4.6.5 Introduced.

User Contributed Notes

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