---
id: gk-foundation-abilities-render-ui
title: "Filter - gk/foundation/abilities/render-ui"
sidebar_label: "gk/foundation/abilities/render-ui"
tags:
  - "1.24.0"
---

# Filter: gk/foundation/abilities/render-ui

Filters whether the Abilities settings tab (Settings → GravityKit → Abilities) is rendered.

Abilities are still registered with WordPress and served over REST regardless of this filter; it only controls the management UI. Defaults to false so the tab stays hidden until the UI is ready for end users. Return true to surface the tab and its per-ability enable/disable toggles.

## Parameters

| Name | Type | Description |
|------|------|-------------|
| $render | `bool` | Whether to render the Abilities settings tab. Default false. |

### Since

- 1.24.0

### Source

Defined in `Abilities/Framework.php` at line 119

