Blank Canvas, IP2, Lodestar: Add support for selective refresh widgets

This commit is contained in:
sixhours 2021-09-03 10:38:04 -04:00
parent f0b48fbc10
commit aeb3c1bdcf
3 changed files with 2 additions and 3 deletions

View file

@ -87,7 +87,6 @@ add_filter( 'seedlet_colors', 'blank_canvas_colors' );
function blank_canvas_remove_parent_theme_features() {
// Theme Support.
remove_theme_support( 'custom-header' );
remove_theme_support( 'customize-selective-refresh-widgets' );
}
add_action( 'after_setup_theme', 'blank_canvas_remove_parent_theme_features', 11 );

View file

@ -34,7 +34,7 @@ if ( ! function_exists( 'independent_publisher_2_setup' ) ) :
*/
add_theme_support( 'title-tag' );
add_theme_support( 'customize_selective_refresh_widgets' );
add_theme_support( 'customize-selective-refresh-widgets' );
/*
* Enable support for Post Thumbnails on posts and pages.

View file

@ -90,7 +90,7 @@ if ( ! function_exists( 'lodestar_setup' ) ) :
);
// Add support to selectively refresh widgets in Customizer
add_theme_support( 'customize_selective_refresh_widgets' );
add_theme_support( 'customize-selective-refresh-widgets' );
// Add theme support for Custom Logo.
add_theme_support(