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