Skip to main content

Filter: gravityview_entry_slug

Modify the unique entry slug, which is used in the entry URL.

You can customize the slug based on entry data, for example using \{first-name\}-\{last-name\} (if unique).

Parameters

NameTypeDescription
$slugstringExisting slug generated by GravityView (8-character hash by default).
$idstringThe entry ID.
$entryarrayEntry data array. May be empty.

Since

Source

Defined in includes/class-api.php at line 587