selective_refresh ) ) { $wp_customize->selective_refresh->add_partial( 'blogname', array( 'selector' => '.site-title a', 'render_callback' => 'bansta_customize_partial_blogname', ) ); $wp_customize->selective_refresh->add_partial( 'blogdescription', array( 'selector' => '.site-description', 'render_callback' => 'bansta_customize_partial_blogdescription', ) ); //Blog Option $wp_customize->selective_refresh->add_partial( 'bansta_front_page', array( 'selector' => '.content-wrapper', ) ); $wp_customize->selective_refresh->add_partial( 'bansta_single_option', array( 'selector' => '.single-content-wrapper' )); wp_enqueue_style( 'ts-partials', get_template_directory_uri() . '/assets/css/partial.css' ); }