Action: gform_editor_sidebar_panel_content
Dynamic Hook Name
This hook supports dynamic naming with the following modifiers:
$panel['id']$form_id
Example hook names:
gform_editor_sidebar_panel_content(base hook)gform_editor_sidebar_panel_content_1(with first modifier value)gform_editor_sidebar_panel_content_1_2(with all modifier values)
Insert content into the custom sidebar panel.
Parameters
| Name | Type | Description |
|---|---|---|
| $panel | array | custom panel array. |
| $form | array | The current form object. |
Since
Source
Defined in form_detail.php at line 2876