Skip to main content

Filter: gform_get_entries_args_entry_list

Dynamic Hook Name

This hook supports dynamic naming with the following modifiers:

  1. $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

NameTypeDescription
$argsarray{ 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.php at line 151
  • Defined in entry_list.php at line 769