gform_include_bom_export_entries

gform_include_bom_export_entries

DescriptionUsageParametersPlacementSource Code

Description
Allows the BOM character to be excluded from the beginning of entry export files.
Usage
The following would apply to all forms.
1add_filter( 'gform_include_bom_export_entries', 'your_function_name' );

Parameters

$include_bom bool
Whether or not to include the BOM characters. Defaults to true.

$form Form Object
The current form.

Placement
This code should be placed in the functions.php file of your active theme.
Source Code
This filter is located in export.php.

发表回复

您的邮箱地址不会被公开。 必填项已用 * 标注