fg_entryautomation_maximum_attachment_size

Description

This filter is executed when attempting to send the export action email and can be used to set the maximum file size allowed for the export attachment.

Usage

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

Parameters

Examples

Increasing Attachment Size

This example increases the maximum allowed file size to 10 MB.