Filter by type:
Search
Skip to content
Browse: Home / Classes / Astra_Customizer_Partials / Astra_Customizer_Partials::_render_partial_site_title()

Astra_Customizer_Partials::_render_partial_site_title()

Render Partial Site Tagline


Description


Source

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

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

			return do_shortcode( $right_section_html );
		}

		/**
		 * Render Partial Text Custom Menu Item
		 *

Expand full source code Collapse full source code View on Trac


User Contributed Notes

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