Description #
This filter returns the email headers.
apply_filters('fluentform/email_content_type_header', 'text/html; charset=UTF-8');
Usage #
add_filter('fluentform/email_content_type_header', function ($header) {
// do your stuff
return ''text/html; charset=UTF-8';
}, 10, 1);
Parameters #
- $emailHeader (string) Email Header Type
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\template\header.php