fg_entryautomation_export_email_message

Description

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

Usage

add_filter( 'fg_entryautomation_export_email_message', 'your_function_name', 10, 4 );

Parameters

Examples

Adding a Payment Summary

This example uses the search criteria to retrieve the entries being exported and generates a payment summary.