Maywood: remove support for Global Styles

It's already declared in the parent, varia.
This commit is contained in:
Andrés 2019-10-14 17:32:52 +02:00
parent d7b68f0e51
commit 01a7d1b499

View file

@ -103,12 +103,6 @@ if ( ! function_exists( 'maywood_setup' ) ) :
// Enable Full Site Editing
add_theme_support( 'full-site-editing');
add_theme_support(
'a8c-global-styles',
[
'enable_theme_default' => true,
]
);
}
endif;
add_action( 'after_setup_theme', 'maywood_setup', 12 );