Astra_Woocommerce::header_section_elements( 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

		public function header_section_elements( $options ) {

			$options['woocommerce'] = 'WooCommerce';

			return $options;
		}

Changelog

Changelog
Version Description
1.0.0 Introduced.

User Contributed Notes

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