register_control_type( 'Apex_Business_Customizer_Select_Multiple' ); $wp_customize->register_control_type( 'Apex_Business_Customizer_Range_Value_Control' ); } add_action( 'customize_register', 'apex_business_load_customize_classes', 0 ); function apex_business_customizer_live_previw() { wp_enqueue_script( 'apex-business-customize-preview', get_template_directory_uri() . '/inc/customizer/js/theme-customizer.js', array( 'jquery','customize-preview' ), '1.0.0' , true ); wp_enqueue_script( 'apex-business-typography-customize-preview', get_template_directory_uri() . '/inc/customizer/js/typography-theme-customizer.js', array( 'jquery','customize-preview' ), '1.0.0' , true ); } add_action('customize_preview_init','apex_business_customizer_live_previw'); get_template_part( 'inc/customizer/sections/get-started' ); get_template_part( 'inc/customizer/sections/basic-settings' ); get_template_part( 'inc/customizer/sections/topbar-settings' ); get_template_part( 'inc/customizer/sections/layout-settings' ); get_template_part( 'inc/customizer/sections/typography-settings' ); get_template_part( 'inc/customizer/sections/header-navigation-settings' ); get_template_part( 'inc/customizer/sections/button-settings' ); get_template_part( 'inc/customizer/sections/sidebar-settings' ); get_template_part( 'inc/customizer/sections/footer-settings' ); get_template_part( 'inc/customizer/sections/banner-settings' ); get_template_part( 'inc/customizer/sections/blog-settings' ); get_template_part( 'inc/customizer/sections/breadcurmb-settings' ); get_template_part( 'inc/customizer/active-callbacks' ); get_template_part( 'inc/customizer/sanitization-callbacks' );