Astra_Edd::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/edd/class-astra-edd.php

		public function header_section_elements( $options ) {

			$options['edd'] = __( 'Easy Digital Downloads', 'astra' );

			return $options;
		}

Changelog

Changelog
Version Description
1.5.5 Introduced.

User Contributed Notes

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