瀏覽代碼

Show only the featured palettes.

Kjell Reigstad 5 年之前
父節點
當前提交
13aaecc751
共有 1 個文件被更改,包括 5 次插入0 次删除
  1. 5 0
      seedlet/inc/wpcom.php

+ 5 - 0
seedlet/inc/wpcom.php

@@ -26,6 +26,11 @@ function seedlet_wpcom_setup() {
 		);
 	}
 
+	// Disable automatically generated color palettes.
+	add_theme_support( 'wpcom-colors', array(
+		'only-featured-palettes' => true,
+	) );
+
 	/**
 	 * De-register original editor color palette in favor of the wpcom implementation
 	 */