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 );
}
Expand full source code Collapse full source code View on Trac
Changelog
| Version | Description |
|---|---|
| 1.0.0 | Introduced. |