• Resolved cravaus

    (@cravaus)


    I want to update my code to be consistent with 4.8. I have been using the following in my functions.php to enhance my form functions:

    WPCF7_Submission::get_instance()

    wpcf7_mail_sent

    wpcf7_before_send_mail

    Do these still exist, if no, what may be the equivalents now?

    When I upgraded to 4.8 all of my additional CF7 functions in my functions.php stopped working. I had a couple to make an FPDF version of my form, not working with 4.8. Then I also had a couple that sent additional notices to my messaging app, that also stopped with 4.8. I had built some functions to work with DFDB that also stopped working. What is in common is the above functions. So, I am rolling back to 4.7 and trying to find a work around to move up to 4.8.

    • This topic was modified 7 years, 5 months ago by cravaus.
Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Takayuki Miyoshi

    (@takayukister)

    Yes, they still exist even in Contact Form 7 4.8.

    Thread Starter cravaus

    (@cravaus)

    Thanks for getting back. Great program. 4.8 produced some very odd results. 4.7 works great however. The odd thing, I did not see any errors in the console, I did not see any warnings. I did see the spinning arrows. That was fixed by eliminating the jquery validation plugin. After that, emails were sending but none of my functions.php items were working as stated above. Thanks for everything you have done.

    Thanks for your hint! Lost a couple of interested customers because of this, but deactivating jquery worked for now. Hope that will be fixed soon.

    hello, i’ve your same error, @motionskicken … how did you resolved?

    Disable Jquery? where?

    I am running into the same issue after upgrading to 4.8 as far as my add_action( ‘wpcf7_before_send_mail’, ‘XYZ’); in functions.php seems to be no longer working any help?

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Upgrading to 4.8 and missing functions’ is closed to new replies.