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.

發表回覆

您的郵箱地址不會被公開。 必填項已用 * 標註