---
id: gk-foundation-licenses-channels-hidden
title: "Filter - gk/foundation/licenses/channels/hidden"
sidebar_label: "gk/foundation/licenses/channels/hidden"
tags:
  - "1.31.0"
---

# Filter: gk/foundation/licenses/channels/hidden

Filters the channel names hidden from the admin for a product.

A hidden channel keeps working: a site already on it still sees its badge, its updates and the route back to stable. It is only left out of the channel tabs, so a subscriber who pulls builds over the API is not shown a track they never browse.

## Parameters

| Name | Type | Description |
|------|------|-------------|
| $hidden | `string[]` | Channel names to hide. |
| $product | `array` | Normalized product data. |
| $text_domain | `string` | Product text domain. |

### Since

- 1.31.0

### Source

Defined in `Licenses/ProductManager.php` at line 2041

