BUT… the code you have on your website doesn’t work. The subject line shows this: $subject = “[ then the rest of it ending with a ”
add_filter( ‘mcfb_email_subject’, function ( $to, $form ) {
return ‘$subject = “[*site*] Message from *name*”;’;
}, 10, 2 );