Astra_Ext_Header_Sections_Loader::preview_scripts()

Customizer Preview


Description


Source

File: addons/header-sections/classes/class-astra-ext-header-sections-loader.php

		public function preview_scripts() {

			if ( SCRIPT_DEBUG ) {
				wp_enqueue_script( 'astra-below-header-customize-preview-js', ASTRA_EXT_HEADER_SECTIONS_URL . 'assets/js/unminified/customizer-preview.js', array( 'customize-preview', 'astra-customizer-preview-js' ), ASTRA_EXT_VER, true );
			} else {
				wp_enqueue_script( 'astra-below-header-customize-preview-js', ASTRA_EXT_HEADER_SECTIONS_URL . 'assets/js/minified/customizer-preview.min.js', array( 'customize-preview', 'astra-customizer-preview-js' ), ASTRA_EXT_VER, true );
			}

		}

User Contributed Notes

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