Filter: gform_admin_pre_render
Dynamic Hook Name
This hook supports dynamic naming with the following modifiers:
$form_id
Example hook names:
gform_admin_pre_render(base hook)gform_admin_pre_render_1(with first modifier value)
Allows the form to be customized before it is used in an admin context.
Parameters
| Name | Type | Description |
|---|---|---|
| $form | array | The current form. |
Since
- unknown: unknown
Source
Defined in common.php at line 8040