Fatal error with wpcf7_link
-
My contact form suddenly not working today and I found that the cf7 list page is displaying blank. Typically something happening so I found this:
Uncaught ArgumentCountError: 3 arguments are required, 2 given in wp-content/plugins/contact-form-7/admin/includes/welcome-panel.php:153
In the file welcome-panel.php, line 151 – 154 has:
wpcf7_link(
( ‘https://contactform7.com/sendinblue-integration/’, ‘contact-form-7’ ), ( ‘Brevo’, ‘contact-form-7’ )
)I can’t find any developer doc for wpcf7_link but I assume wpcf7_link used to require only 2 arguments?
Viewing 9 replies - 1 through 9 (of 9 total)
Viewing 9 replies - 1 through 9 (of 9 total)
- You must be logged in to reply to this topic.