fg_entryautomation_export_include_bom
Description
This filter is executed when creating the CSV export file and controls whether to include the BOM character in the beginning of the file.
Usage
PHP
add_filter( 'fg_entryautomation_export_include_bom', 'your_function_name', 10, 3 );
Parameters
- $include_bom array
Whether or not to include the BOM characters. Defaults to true. - $form array
The current Automation task’s form. - $task Task
The current Entry Automation Task object.
Since
This filter was added in Entry Automation version 2.0.0.