Wordpress - Themes and Appearance
What will be the output behavior of this code snippet in the Theme Customizer?
$wp_customize->add_setting('background_color', ['default' => '#ffffff']);
$wp_customize->add_control(new WP_Customize_Color_Control($wp_customize, 'background_color', ['label' => 'Background Color', 'section' => 'colors']));