---
id: gk-gravityexport-field-flow-status-label
title: "Filter - gk/gravityexport/field/flow/status-label"
sidebar_label: "gk/gravityexport/field/flow/status-label"
tags:
  - "1.9.0"
---

# Filter: gk/gravityexport/field/flow/status-label

:::info[Dynamic Hook Name]

This hook supports dynamic naming with the following modifiers:

1. `$this-&gt;field-&gt;formId`
2. `$this-&gt;field-&gt;id`


**Example hook names:**
- `gk/gravityexport/field/flow/status-label` (base hook)
- `gk/gravityexport/field/flow/status-label_1` (with first modifier value)
- `gk/gravityexport/field/flow/status-label_1_2` (with all modifier values)
:::

Controls the label for a Gravity Flow status value.

## Parameters

| Name | Type | Description |
|------|------|-------------|
| $label | `string` | The translated status label. |
| $status | `string` | The raw status value. |
| $field | [`\GF_Field`](https://docs.gravityforms.com/gf_field/) | The current field object. |

### Since

- [1.9.0](../../since/1-9-0/)

### Source

Defined in `src/Field/FlowField.php` at line 428

