add_section( 'about', array( 'title' => __( 'About Section', 'blossom-floral-pro' ), 'priority' => 30, 'panel' => 'frontpage_settings', ) ); /**Background image */ $wp_customize->add_setting( 'about_bg_image', array( 'default' => get_template_directory_uri() . '/images/about-bg.png', 'sanitize_callback' => 'blossom_floral_pro_sanitize_image', ) ); $wp_customize->add_control( new WP_Customize_Image_Control( $wp_customize, 'about_bg_image', array( 'label' => esc_html__( 'Background Image', 'blossom-floral-pro' ), 'description' => esc_html__( 'Choose background Image of your choice. The recommended size for image is 1920px by 780px in JPG format.', 'blossom-floral-pro' ), 'section' => 'about', 'type' => 'image', 'priority' => -1 ) ) ); $wp_customize->add_setting( 'about_note_text', array( 'default' => '', 'sanitize_callback' => 'wp_kses_post' ) ); $wp_customize->add_control( new Blossom_Floral_Pro_Note_Control( $wp_customize, 'about_note_text', array( 'section' => 'about', 'description' => __( '