values(); foreach($colours as $slug => $hex) { $palette[] = [ 'name' => esc_html__(@$NameThatColour->name($hex)['name'], 'badegg'), 'slug' => $slug, 'color' => $hex, ]; } if(!empty($colours)) { add_theme_support('editor-color-palette', $palette); } } }