Astra_Ext_Spacing_Loader::controls_scripts()
Customizer Controls
Description
See also
- ‘ast-customizer-controls-js’: panel in parent theme
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';
Expand full source code Collapse full source code View on Trac