Astra_Posts_Structure_Markup::astra_add_hero_section_markup()

Check eligibility to override default entry header.


Description


Return

(void)


Source

File: inc/modules/posts-structures/class-astra-posts-structure-markup.php

	public function astra_add_hero_section_markup() {
		if ( apply_filters( 'astra_apply_hero_header_banner', true ) ) {
			$this->override_entry_header();
		}
	}

Changelog

Changelog
Version Description
4.0.0 Introduced.


User Contributed Notes

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