Description #
This filter returns the email footer text for the email summary.
apply_filters('fluentform/email_summary_footer_text', $generateText);
Usage #
add_filter('fluentform/email_summary_footer_text', function ($generateText) {
// do your stuff
return $generateText;
}, 10, 1);
Parameters #
- $generateText (string) Email Header
Placement #
This code should be placed in the functions.php file of your active theme.
Source Code #
This filter is located in FluentForm\app\views\email\report\body.php