Thank you mbrsolution, this got me close but I was only able to get rid of all of the other fields, except for ‘Submitted Login’ and ‘Submitted From.’ Unfortunately that filter cannot touch the array with the ‘Login’ and ‘From’ metadata. I printed out the keys of the email_fields
and got: email_to, name_to, message, date_time, ip_address, full_message, from_name, from_email
.
I looked through the code and found a si_contact_user_info
filter, however it doesn’t have an equivalent to the si_contact_email_fields_posted
filter, which is able to modify the array that is sent. Even if I wanted to modify the plugin, I’m not sure I’d be able to create such a filter.
If you have any other suggestions I’d greatly appreciate it.
Nonetheless, thank you, again, for your help.