Astra_Customizer_Partials::render_header_main_rt_section_button_text()

Render Partial Text Custom Menu Item


Description


Return

(mixed)


Source

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

		public static function render_header_main_rt_section_button_text() {
			$custom_button_text = astra_get_option( 'header-main-rt-section-button-text' );

			$html = '<div class="ast-button"> ' . $custom_button_text . ' </div>';
			return do_shortcode( $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.