Filter: gravityview_entries
Deprecated
Deprecated since 2.0.
Modify the array of entries returned to GravityView after it has been fetched from the cache or from GFAPI::get_entries().
Parameters
| Name | Type | Description |
|---|---|---|
| $entries | array|null | Array of entries as returned by the cache or by GFAPI::get_entries(). |
| $criteria | array | The final search criteria used to generate the request to GFAPI::get_entries(). |
| $passed_criteria | array | The original search criteria passed to GVCommon::get_entries(). |
| $total | int|null | Optional. An output parameter containing the total number of entries. Pass a non-null value to generate. |
Since
Source
- Defined in
includes/class-common.phpat line 836 - Defined in
future/_mocks.phpat line 139