Skip to main content

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

NameTypeDescription
$column_valuestringThe column value to be filtered. Contains the field value wrapped in a link/a tag.
$form_idintThe ID of the current form.
$field_idint|stringThe ID of the field or the name of an entry column (i.e. date_created).
$entryarrayThe Entry object.
$query_stringstringThe current page's query string.
$edit_urlstringThe url to the entry edit page.
$valuestringThe value of the field.

Source

Defined in entry_list.php at line 1037