Viewing 11 replies - 1 through 11 (of 11 total)
  • +1

    +1

    What is the impact of this being deprecated? Thanks for the heads up and help.

    Thread Starter wootimes

    (@wootimes)

    The impact is, that deprecated functions are no longer supported. Just for a while.
    Actually the mail chimp plugin use ?wpcf7_add_shortcode“. The solution is the change this to ?wpcf7_add_form_tag“ and everything is fine. But I don’t want edit the files of this plugin.

    Thread Starter wootimes

    (@wootimes)

    @ Plugin Author: Any solutions for this issue?

    I already create pull request which is fixing this issue. You can find it at https://github.com/ibericode/mailchimp-for-wordpress/pull/396 It works for all CF7 versions, because this fix check first wpcf7_add_form_tag, then use wpcf7_add_shortcode as fallback.

    I’ve a lot of websites and huge log files. I had to do it. Everyone can download class-contact-form-7.php (from my repository – branch fixes_wpcf7_form_tag).

    Plugin Contributor Harish Chouhan

    (@hchouhan)

    Hello,

    Thank you for pointing that out. I’ll discuss this with my colleague and post an update here soon.

    +1

    Plugin Author Danny van Kooten

    (@dvankooten)

    Hey everyone,

    We’ll be pushing out an update for this shortly. Please note that the “deprecated message” is just a heads up for us to fix this before they fully remove it, which will most likely not happen for a good few months or even years. It is nothing to worry about, provided that you are not showing deprecation warnings to your visitor & have log rotation set-up properly.

    That said, it ‘ll be fixed in our next plugin update thanks to the pull request submitted by @stodorovic. We’re on it!

    i didn’t had the issue until today morning when i updated the plugin.

    Plugin Author Danny van Kooten

    (@dvankooten)

    I just pushed out version 4.0.10 of the MailChimp for WordPress plugin in which this should be fixed. ??

Viewing 11 replies - 1 through 11 (of 11 total)
  • The topic ‘MailChimp Issue with Contact Form 7’ is closed to new replies.