Astra_SureCart::astra_force_render_banner_layout_1()

Enable layout 1 for some cases. Ex. SureCart Product.


Description


Return

(void)


Source

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

	public function astra_force_render_banner_layout_1() {
		add_filter( 'astra_remove_entry_header_content', '__return_false' );
		?>
			<section class="ast-archive-description">
				<?php
					do_action( 'astra_before_archive_title' );
					astra_banner_elements_order();
				?>
			</section>
		<?php
		do_action( 'astra_after_archive_title' );
	}

Changelog

Changelog
Version Description
4.4.0 Introduced.


User Contributed Notes

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