register_control_type( 'Blossom_Recipe_Radio_Image_Control' ); $wp_customize->register_control_type( 'Blossom_Recipe_Select_Control' ); $wp_customize->register_control_type( 'Blossom_Recipe_Slider_Control' ); $wp_customize->register_control_type( 'Blossom_Recipe_Toggle_Control' ); $wp_customize->register_control_type( 'Blossom_Recipe_Typography_Control' ); } endif; add_action( 'customize_register', 'blossom_recipe_register_custom_controls' );