Astra_Woocommerce::header_main_rt_option( Array $options )

Add Cart icon markup


Description


Parameters

$options

(Array) (Required) header options array.


Return

(Array) header options array.


Source

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

			$site_content_width         = astra_get_option( 'site-content-width', 1200 );
			$woo_shop_archive_width     = astra_get_option( 'shop-archive-width' );
			$woo_shop_archive_max_width = astra_get_option( 'shop-archive-max-width' );

			// global button border settings.

Changelog

Changelog
Version Description
1.0.0 Introduced.

User Contributed Notes

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