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