register_control_type( 'Alley_Themes_Slider_Control' ); $wp_customize->register_control_type( 'Alley_Themes_Buttonset_Control' ); $wp_customize->register_control_type( 'Alley_Themes_Radio_Image_Control' ); $wp_customize->register_control_type( 'Alley_Themes_Toggle_Control' ); } endif; add_action( 'customize_register', 'alley_themes_register_custom_controls' );