fg_entryautomation_export_email_subject

Description

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

Usage

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

Parameters

Examples

Adding Date Range to Subject

This example uses the search criteria to add the date range to the email subject.