Maywood: remove support for Global Styles
It's already declared in the parent, varia.
This commit is contained in:
parent
d7b68f0e51
commit
01a7d1b499
1 changed files with 0 additions and 6 deletions
|
@ -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 );
|
||||
|
|
Loading…
Reference in a new issue