Filter: gk/gravityview/edit-entry/title
The title used on the Edit Entry screen.
Receives the merge-tag-processed edit_entry_title View setting, or an empty string when the setting is unconfigured. Drives the <h2> heading, the the_title override for the theme post title, and the default for gk/gravityview/edit-entry/document-title (browser tab title). Returning a non-empty string overrides all three places; returning empty leaves each of them at its WordPress default.
Parameters
| Name | Type | Description |
|---|---|---|
| $title | string | The merge-tag-processed edit_entry_title setting, or an empty string. |
| $entry | array | The Gravity Forms entry being edited. |
| $view | \GV\View | The View being edited. |
Since
Source
Defined in includes/extensions/edit-entry/class-edit-entry-render.php at line 313