fg_entryautomation_after_export
Description
This action is executed after entries have been exported.
Usage
PHP
add_action( 'fg_entryautomation_after_export', 'your_function_name', 10, 3 );
Parameters
- $task Task
The current Automation Task. - $form array
The current Automation action’s form. - $file_name string
File name of export file.
Examples
Removing Header from CSV Export
This example removes the header line from a CSV export file.