add_setting( 'post_snippet_hide_show_comment', array( 'sanitize_callback' => 'baithak_sanitize_checkbox', 'default' => baithak_get_default_post_snippet_comment() ) ); $wp_customize->add_control( new Graphthemes_Toggle_Control( $wp_customize, 'post_snippet_hide_show_comment', array( 'label' => esc_html__( 'Show/Hide Number of Comments','baithak' ), 'section' => 'baithak_post_snippet_customization_section', 'settings' => 'post_snippet_hide_show_comment', 'type'=> 'toggle', ) ) ); }