Filter: gravityview/entry-revisions/diff-row-args
Modify how the diff rows are rendered
Parameters
| Name | Type | Description |
|---|---|---|
| $diff_row_args | array | Args passed to GV_Entry_Revisions::text_diff_row(). |
| ↳ $empty_value | string | Value shown when a row is empty |
| ↳ $row_label | string | Label for the row |
| ↳ $show_inputs | bool | Whether to show the radio buttons used to restore a revision |
| $context | array | Additional information about the current row being rendered. |
| ↳ $field | GF_Field | Field being rendered |
| ↳ $field_label | string | Label of the field being rendered |
| ↳ $key | string | Input ID of the field being rendered |
Since
Source
Defined in class-gv-entry-revisions.php at line 970