add_section( 'blogwhite_footer_section', array ( 'title' => esc_html__( 'Footer setting', 'blogwhite'), 'panel' => 'blogwhite_theme_options', 'priority' => 10 ) ); $wp_customize->add_setting ( 'blogwhite_copyright_txt', array( 'default' => 'All right reserve', 'sanitize_callback' => 'sanitize_text_field' )); $wp_customize->add_control( 'blogwhite_copyright_txt', array( 'label' => esc_html__( 'Copyright text', 'blogwhite' ), 'description' => 'Please input Copyright text', 'section' => 'blogwhite_footer_section', 'type' => 'textarea' ));