Skip to main content

Filter: gform_search_criteria_entry_list

Dynamic Hook Name

This hook supports dynamic naming with the following modifiers:

  1. $form_id

Example hook names:

  • gform_search_criteria_entry_list (base hook)
  • gform_search_criteria_entry_list_1 (with first modifier value)

Allow the entry list search criteria to be overridden.

Parameters

NameTypeDescription
$search_criteriaarrayAn array containing the search criteria.
$form_idintThe ID of the current form.

Since

Source

  • Defined in entry_detail.php at line 249
  • Defined in entry_list.php at line 846