Astra_Customizer_Partials::mobile_toggle_menu()
Render Partial text for the mobile toggle menu
Description
Return
(mixed)
Source
File: inc/customizer/class-astra-customizer-partials.php
public static function mobile_toggle_menu() { $output = astra_masthead_toggle_buttons_primary(); return do_shortcode( $output ); }
Expand full source code Collapse full source code View on Trac
Changelog
Version | Description |
---|---|
2.6.0 | Introduced. |