add_section( 'typography_image_section', array( 'title' => __( 'Typography', 'blossom-recipe' ), 'priority' => 35, ) ); /** Note */ $wp_customize->add_setting( 'typography_text', array( 'default' => '', 'sanitize_callback' => 'wp_kses_post' ) ); $wp_customize->add_control( new Blossom_Recipe_Note_Control( $wp_customize, 'typography_text', array( 'section' => 'typography_image_section', 'description' => sprintf( __( '%1$sThis feature is available in Pro version.%2$s %3$sUpgrade to Pro%4$s ', 'blossom-recipe' ),'