add_setting( 'post_snippet_excerpt_size', array( 'sanitize_callback' => 'absint', 'default' => baithak_get_default_post_snippet_excerpt_size() ) ); $wp_customize->add_control( 'post_snippet_excerpt_size', array( 'settings' => 'post_snippet_excerpt_size', 'type' => 'text', 'section' => 'baithak_post_snippet_customization_section', 'label' => esc_html__( 'Excerpt Size', 'baithak' ), ) ); }