Action: gform_field_settings_tab_content
Dynamic Hook Name
This hook supports dynamic naming with the following modifiers:
$tab_id$form_id
Example hook names:
gform_field_settings_tab_content(base hook)gform_field_settings_tab_content_1(with first modifier value)gform_field_settings_tab_content_1_2(with all modifier values)
Insert field settings for custom settings panel.
Parameters
| Name | Type | Description |
|---|---|---|
| $form | array | The current form object. |
| $tab_id | string | The current tab ID. |
Since
Source
Defined in form_detail.php at line 2801