Astra_Customizer_Partials::render_header_main_rt_section_html()

Render Partial Header Right Section HTML


Description


Return

(mixed)


Source

File: inc/customizer/class-astra-customizer-partials.php

		public static function render_header_main_rt_section_html() {

			$right_section_html = astra_get_option( 'header-main-rt-section-html' );

			return do_shortcode( $right_section_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.