Astra_Ext_Spacing_Loader::controls_scripts()

Customizer Controls


Description

See also


Source

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

		 *
		 * @param WP_Customize_Manager $wp_customize Theme Customizer object.
		 */
		public function new_customize_register( $wp_customize ) {

			/**
			 * Sections
			 */
			require_once ASTRA_EXT_SPACING_DIR . 'classes/sections/class-astra-customizer-container-layout-spacing-configs.php';
			if ( astra_addon_existing_header_footer_configs() ) {
				require_once ASTRA_EXT_SPACING_DIR . 'classes/sections/class-astra-customizer-header-spacing-configs.php';

User Contributed Notes

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