Astra_Customizer_Header_Sections_Partials::_render_below_header_section_2()

Render the Below Header Section 2 for the selective refresh partial.


Description


Source

File: addons/header-sections/classes/class-astra-customizer-header-sections-partials.php

		public static function _render_below_header_section_2() { // phpcs:ignore PSR2.Methods.MethodDeclaration.Underscore
			return do_shortcode( astra_get_option( 'below-header-section-2-html' ) );
		}

Changelog

Changelog
Version Description
1.0.0 Introduced.


User Contributed Notes

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