Astra_Customizer_Partials::_render_header_main_rt_section_html()
Render Partial Header Right Section HTML
Description
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 ); }
Expand full source code Collapse full source code View on Trac