register_control_type('Amble_Radio_Image_Control'); $wp_customize->register_control_type('Amble_Select_Control'); $wp_customize->register_control_type('Amble_Slider_Control'); $wp_customize->register_control_type('Amble_Toggle_Control'); $wp_customize->register_control_type('Amble_Typography_Control'); // Panels // Modify default WordPress sections and controls $wp_customize->get_control('blogdescription')->label = esc_html__('Site Description', 'amble'); $wp_customize->get_section('colors')->panel = 'colors'; $wp_customize->get_section('colors')->priority = 12; $wp_customize->get_section('colors')->title = esc_html__('Main Body', 'amble'); $wp_customize->get_control('site_icon')->priority = 68; $wp_customize->get_control('background_color')->section = 'amble_preset_colours'; $wp_customize->get_control('background_color')->priority = 40; } endif; add_action('customize_register', 'amble_register_custom_controls');