register_control_type( 'Blossom_Fashion_Radio_Image_Control' ); $wp_customize->register_control_type( 'Blossom_Fashion_Select_Control' ); $wp_customize->register_control_type( 'Blossom_Fashion_Slider_Control' ); $wp_customize->register_control_type( 'Blossom_Fashion_Toggle_Control' ); $wp_customize->register_control_type( 'Blossom_Fashion_Typography_Control' ); } endif; add_action( 'customize_register', 'blossom_fashion_register_custom_controls' );