add_section( 'bootstrap_blog_footer_section', array( 'title' => esc_html__( 'Footer / Copyright', 'bootstrap-blog' ), 'description' => esc_html__( 'Footer / Copyright :', 'bootstrap-blog' ), 'panel' => 'bootstrap_blog_general_panel', 'priority' => 170, ) ); $wp_customize->add_setting( 'copyright_text', array( 'sanitize_callback' => 'wp_kses_post', 'default' => '' ) ); $wp_customize->add_control( 'copyright_text', array( 'label' => esc_html__( 'Copyright :', 'bootstrap-blog' ), 'section' => 'bootstrap_blog_footer_section', 'settings' => 'copyright_text', 'type'=> 'textarea', ) ); }