Astra_Builder_Header::mobile_popup()

Call Mobile Popup UI.


Description


Source

File: inc/builder/markup/class-astra-builder-header.php

		public function mobile_popup() {

			$mobile_header_type = astra_get_option( 'mobile-header-type' );

			if ( 'off-canvas' === $mobile_header_type || 'full-width' === $mobile_header_type || is_customize_preview() ) {
				Astra_Builder_Helper::render_mobile_popup_markup();
			}
		}


User Contributed Notes

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