瀏覽代碼

Maywood: remove support for Global Styles

It's already declared in the parent, varia.
Andrés 5 年之前
父節點
當前提交
01a7d1b499
共有 1 個文件被更改,包括 0 次插入6 次删除
  1. 0 6
      maywood/functions.php

+ 0 - 6
maywood/functions.php

@@ -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 );