Skip to main content

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

NameTypeDescription
$titlestringThe merge-tag-processed edit_entry_title setting, or an empty string.
$entryarrayThe Gravity Forms entry being edited.
$view\GV\ViewThe View being edited.

Since

Source

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