Upgrading to 4.8 and missing functions
-
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.
- The topic ‘Upgrading to 4.8 and missing functions’ is closed to new replies.