Wordpress - Themes and Appearance
Identify the error in this Theme Customizer code:
$wp_customize->add_setting('header_text', ['default' => 'Welcome']);
$wp_customize->add_control('header_text', ['label' => 'Header Text', 'section' => 'header']);