Save up to 50% off during Black Friday!

fg_entryautomation_export_email_headers

Description

This filter is executed when attempting to send the export action email and can be used to modify the headers of the export email.

Usage

PHP
add_filter( 'fg_entryautomation_export_email_headers', 'your_function_name', 10, 3 );

Parameters

  • $headers array
    The current Automation action’s export email headers.
  • $task array
    The current Automation task’s settings.
  • $file_name string
    The file name of the current Automation action’s export file.

Examples

Add BCC email address

This example shows how to add a BCC email address to a specific task.