Astra_SureCart::update_astra_banner_elements_structure( array $structure )

SureCart Section banner element structure.


Description


Parameters

$structure

(array) (Required) Elements structure.


Source

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

	public function update_astra_banner_elements_structure( $structure ) {
		return astra_get_option( 'ast-dynamic-archive-' . $this->post_type . '-structure', array( 'ast-dynamic-archive-' . $this->post_type . '-title', 'ast-dynamic-archive-' . $this->post_type . '-description' ) );
	}

Changelog

Changelog
Version Description
4.4.0 Introduced.


User Contributed Notes

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