Filter: gravityview_get_entries
Filter get entries criteria.
Parameters
| Name | Type | Description |
|---|---|---|
| $parameters | array | Array with search_criteria, sorting and paging keys. |
| $args | array | View configuration args. |
| ↳ $id | int | View id |
| ↳ $page_size | int | Number of entries to show per page |
| ↳ $sort_field | string | Form field id to sort |
| ↳ $sort_direction | string | Sorting direction ('ASC', 'DESC', or 'RAND') |
| ↳ $start_date | string | - Ymd |
| ↳ $end_date | string | - Ymd |
| ↳ $class | string | - assign a html class to the view |
| ↳ $offset | string | (optional) - This is the start point in the current data set (0 index based). |
| $form_id | int | ID of Gravity Forms form |
Source
Defined in includes/class-frontend-views.php at line 1245