Filter: gform_include_bom_export_entries
Filter whether to include a BOM (Byte Order Mark) in the export file.
This is a Gravity Forms filter. BOM helps Excel properly detect UTF-8 encoding.
Parameters
| Name | Type | Description |
|---|---|---|
| $include_bom | bool | Whether to include the BOM. Default: true. |
| $form | array|null | The Gravity Forms form array, or null if not available. |
Source
- Defined in
src/REST/ViewsRoute.phpat line 366 - Defined in
src/View/View.phpat line 1974