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

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

Parameters

Examples

Add BCC email address

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