* Add fse theme support flag * FSE: drop varia support until ready
@@ -99,6 +99,9 @@ if ( ! function_exists( 'maywood_setup' ) ) :
),
)
);
+
+ // Enable Full Site Editing
+ add_theme_support( 'full-site-editing');
}
endif;
add_action( 'after_setup_theme', 'maywood_setup', 12 );
@@ -63,6 +63,9 @@ if ( ! function_exists( 'modern_business_setup' ) ) :
endif; // modern_business_setup
add_action( 'after_setup_theme', 'modern_business_setup', 30 );