Filter: gform_search_criteria_entry_limit_validation
Dynamic Hook Name
This hook supports dynamic naming with the following modifiers:
$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
| Name | Type | Description |
|---|---|---|
| $search_criteria | array | An array containing the search criteria. |
| $form | array | The form currently being validated. |
Since
- 2.7.1
Source
Defined in form_display.php at line 4842