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 );
		}

Changelog

Changelog
Version Description
2.6.0 Introduced.


User Contributed Notes

You must log in before being able to contribute a note or feedback.