add_section( 'all_cleaning_services_sectionpro_section' , array( 'title' => esc_html__( 'sectionpro Section', 'all-cleaning-services' ), 'capability' => 'edit_theme_options', 'panel' => 'all_cleaning-services_section_pro_panel' ) ); // /////////// LOGO $wp_customize->add_setting('all_cleaning_services_footer_logo1', array( 'sanitize_callback' => 'all_cleaning_services_sanitise_custom_url', 'capability' => 'edit_theme_options', 'type' => 'theme_mod', )); $wp_customize->add_control(new WP_Customize_Image_Control($wp_customize, 'all_cleaning_services_footer_logo1', array( 'label' => esc_html__('Logo Image', 'all-cleaning-services'), 'section' => 'all_cleaning_services_sectionpro_section', 'settings' => 'all_cleaning_services_footer_logo1', )));