add_section('atlantaa-footer_info', array( 'title' => __('Footer Section', 'atlantaa'), 'description' => '', 'priority' => 170 ) ); $wp_customize->add_setting('atlantaa_footer_section_hideshow', array( 'default' => true, 'sanitize_callback' => 'atlantaa_customizer_sanitize_checkbox', ) ); $wp_customize->add_control('atlantaa_footer_section_hideshow', array( 'type' => 'checkbox', 'label' => __('Footer Show/hide Option', 'atlantaa'), 'description' => '', 'section' => 'atlantaa-footer_info', 'priority' => 1 ) ); $wp_customize->add_setting('atlantaa-footer_title', array( 'default' => '', 'type' => 'theme_mod', 'sanitize_callback' => 'wp_kses_post' ) ); $wp_customize->add_control('atlantaa-footer_title', array( 'label' => __('Copyright', 'atlantaa'), 'section' => 'atlantaa-footer_info', 'type' => 'textarea', 'priority' => 1 ) );