Filter: gform_get_entries_args_entry_list
Dynamic Hook Name
This hook supports dynamic naming with the following modifiers:
$form_id
Example hook names:
gform_get_entries_args_entry_list(base hook)gform_get_entries_args_entry_list_1(with first modifier value)
Filter the arguments that will be used to fetch entries for display on the Entry List view.
Parameters
| Name | Type | Description |
|---|---|---|
| $args | array | { Array of arguments that will be passed to GFAPI::get_entries() to fetch the entries to be displayed. @var int $form_id The form ID for which entries will be loaded. @var array $search_criteria An array of search critiera that will be used to filter entries. @var array $sorting An array containing properties that specify how the entries will be sorted. @var array $paging An array containing properties that specify how the entries will be paginated. } |
Since
Source
- Defined in
print-entry.phpat line 151 - Defined in
entry_list.phpat line 769