Filter: gform_entries_primary_column_filter
Used to inject markup and replace the value of any primary/first column in the entry list grid.
Parameters
| Name | Type | Description |
|---|---|---|
| $column_value | string | The column value to be filtered. Contains the field value wrapped in a link/a tag. |
| $form_id | int | The ID of the current form. |
| $field_id | int|string | The ID of the field or the name of an entry column (i.e. date_created). |
| $entry | array | The Entry object. |
| $query_string | string | The current page's query string. |
| $edit_url | string | The url to the entry edit page. |
| $value | string | The value of the field. |
Source
Defined in entry_list.php at line 1037