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/surecart/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' ) ); }
Expand full source code Collapse full source code View on Trac
Changelog
Version | Description |
---|---|
4.4.0 | Introduced. |