register_control_type( 'Blossom_Floral_Radio_Image_Control' ); $wp_customize->register_control_type( 'Blossom_Floral_Radio_Buttonset_Control' ); $wp_customize->register_control_type( 'Blossom_Floral_Select_Control' ); $wp_customize->register_control_type( 'Blossom_Floral_Slider_Control' ); $wp_customize->register_control_type( 'Blossom_Floral_Toggle_Control' ); $wp_customize->register_control_type( 'Blossom_Floral_Typography_Control' ); } endif; add_action( 'customize_register', 'blossom_floral_register_custom_controls' );