register_control_type( 'Blossom_Shop_Radio_Image_Control' ); $wp_customize->register_control_type( 'Blossom_Shop_Select_Control' ); $wp_customize->register_control_type( 'Blossom_Shop_Slider_Control' ); $wp_customize->register_control_type( 'Blossom_Shop_Toggle_Control' ); $wp_customize->register_control_type( 'Blossom_Shop_Typography_Control' ); $wp_customize->register_control_type( 'Blossom_Shop_Radio_Buttonset_Control' ); } endif; add_action( 'customize_register', 'blossom_shop_register_custom_controls' );