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
| Name | Type | Description |
|---|---|---|
| $slug | string | Existing slug generated by GravityView (8-character hash by default). |
| $id | string | The entry ID. |
| $entry | array | Entry data array. May be empty. |
Since
Source
Defined in includes/class-api.php at line 587