felixarntz / bootstrap-for-contact-form-7

This plugin modifies the output of the popular Contact Form 7 plugin to be styled in compliance with themes using the Bootstrap CSS framework.
https://wordpress.org/plugins/bootstrap-for-contact-form-7/
GNU General Public License v2.0
24 stars 18 forks source link

Recent deprecated notices #39

Closed mcgee993 closed 7 years ago

mcgee993 commented 7 years ago

Just recently seen a lot of notices saying the following: Notice: wpcf7_add_shortcode is deprecated since Contact Form 7 version 4.6! Use wpcf7_add_form_tag instead. in ..../plugins/contact-form-7/includes/functions.php on line 351

This also causes it break styling as well but it is a quick fix, replace all "wpcf7_add_shortcode" with "wpcf7_add_form_tag". After you have done that you'll get a similar notice saying "WPCF7_Shortcode" is deprecated just replace it with "WPCF7_FormTag" and everything will work again.

felixarntz commented 7 years ago

Thanks for the report. There is a pull-request which I'm going to review soon in #40