Skip to main content

Filter: gform_search_criteria_entry_limit_validation

Dynamic Hook Name

This hook supports dynamic naming with the following modifiers:

  1. $form_id

Example hook names:

  • gform_search_criteria_entry_limit_validation (base hook)
  • gform_search_criteria_entry_limit_validation_1 (with first modifier value)

Allows the search criteria for the entry limit validation to be customized.

Parameters

NameTypeDescription
$search_criteriaarrayAn array containing the search criteria.
$formarrayThe form currently being validated.

Since

  • 2.7.1

Source

Defined in form_display.php at line 4842