---
id: gk-gravityview-edit-entry-document-title
title: "Filter - gk/gravityview/edit-entry/document-title"
sidebar_label: "gk/gravityview/edit-entry/document-title"
tags:
  - "2.59.0"
---

# Filter: gk/gravityview/edit-entry/document-title

The document (browser tab) title on the Edit Entry screen.

Defaults to the value of \{@see 'gk/gravityview/edit-entry/title'\}. Returning a value different from the default lets the browser tab title diverge from the on-page heading and the theme's post title. Return an empty string to leave the document title at its WordPress default.

## Parameters

| Name | Type | Description |
|------|------|-------------|
| $title | `string` | Default: the value of <code>gk/gravityview/edit-entry/title</code>. |
| $entry | `array` | The Gravity Forms entry being edited. |
| $view | <a href="../../api/classes/gv-view">\GV\View</a> | The View being edited. |

### Since

- [2.59.0](../../since/2-59-0/)

### Source

Defined in `includes/extensions/edit-entry/class-edit-entry-render.php` at line 388

