add_filter( 'frm_encode_subject', 'frm_remove_subject_encoding', 10, 2); function frm_remove_subject_encoding( $encode, $subject ) {return false; };