Filter: gk/gravityexport/feature/show-html
Dynamic Hook Name
This hook supports dynamic naming with the following modifiers:
$form_id$field_id
Example hook names:
gk/gravityexport/feature/show-html(base hook)gk/gravityexport/feature/show-html_1(with first modifier value)gk/gravityexport/feature/show-html_1_2(with all modifier values)
Modifies whether HTML should be shown in the export.
Parameters
| Name | Type | Description |
|---|---|---|
| $should_show_html | bool | Whether to shown HTML in the export. Default: false. |
| $form_id | int | The form id. |
| $field_id | string | The field id. |
Since
Source
Defined in src/Exporting/ExportAsHtml.php at line 76