add_setting( 'post_snippet_hide_show_date', array( 'sanitize_callback' => 'baithak_sanitize_checkbox', 'default' => baithak_get_default_post_snippet_date() ) ); $wp_customize->add_control( new Graphthemes_Toggle_Control( $wp_customize, 'post_snippet_hide_show_date', array( 'label' => esc_html__( 'Show/Hide Date','baithak' ), 'section' => 'baithak_post_snippet_customization_section', 'settings' => 'post_snippet_hide_show_date', 'type'=> 'toggle', ) ) ); }