Saving 2nd mail
-
CF Sumission saves the mail2 as second entry. I did not change anything in the code of the plugin but I found this:
// don’t save mail2 autoresponders by default
if (!empty($wpcf7s_post_id) && false === apply_filters(‘wpcf7s_save_submission_mail2’, true, $contact_form_id)) {
return $components;
}But I can’t find an “add_filter(‘wpcf7s_save_submission_mail2’, callback())” or any reference to “wpcf7s_save_submission_mail2” anywhere else in all of my site files.
The filter name might have changed in CF7, would apreciate a fix!
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Saving 2nd mail’ is closed to new replies.