浏览代码

Varia: Disable automatically generated color palettes.

Allan Cole 5 年之前
父节点
当前提交
e9998ca58c
共有 1 个文件被更改,包括 5 次插入0 次删除
  1. 5 0
      varia/inc/wpcom.php

+ 5 - 0
varia/inc/wpcom.php

@@ -15,6 +15,11 @@
 function varia_wpcom_setup() {
 	global $themecolors;
 
+	// Disable automatically generated color palettes.
+	add_theme_support( 'wpcom-colors', array(
+	        'only-featured-palettes' => true,
+	) );	
+	
 	// Set theme colors for third party services.
 	if ( ! isset( $themecolors ) ) {
 		$themecolors = array(