add_section('swiftpress_newsletter_section', array( 'priority' => 6, 'title' =>__('Newsletter Section', 'swiftpress'), 'panel' => 'swiftpress_home_options' )); $wp_customize->add_setting('newsletter_background', array( 'default' => '', 'capability' => 'edit_theme_options', 'sanitize_callback' => 'swiftpress_theme_sanitize_text' )); $wp_customize->add_control(new WP_Customize_Image_Control($wp_customize, 'newsletter_background', array( 'label' => __('Upload Background Image For Newsletter Section', 'swiftpress'), 'section' => 'swiftpress_newsletter_section', 'setting' => 'newsletter_background', 'priority' => 20 )));