fg_entryautomation_ftp_file_path
Description
This filter allows you to modify the path where the export file will be uploaded to on the FTP server.
Usage
PHP
add_filter( 'fg_entryautomation_ftp_file_path', 'your_function_name', 10, 4 );
Parameters
- $remote_file_path string
Destination file path. - $file_name string
Export file name. - $task Task
The current automation Task object. - $form array
The current automation Task’s Form.