Filter: gravityview/common/get_entry/check_entry_display
Override whether to check entry display rules against filters.
Parameters
| Name | Type | Description |
|---|---|---|
| $check_entry_display | bool | Check whether the entry is visible for the current View configuration. Default: true. |
| $entry | array | Gravity Forms entry array. |
| $view | \GV\View|null | The View. |
Since
- 1.16.2
- 2.6: Added $view parameter.
Source
Defined in src/Legacy/Utility/Common.php at line 974