The issue is using contact-form-7-datepicker.
To fix the error, just edit plugins/contact-form-7-datepicker/modules/date.php
Line 39
public static function shortcode_handler($tag) {
/*REMOVE THIS LINE*/$tag = new WPCF7_Shortcode($tag);
/*REPLACE WITH THIS LINE*/$tag = new WPCF7_FormTag($tag);
Cheers
DAniel
Any ideas, were this message cold come from?
Cheers from Germany
Hansj?rg
]]>We currently upgraded to WordPress 4.7 and we are getting errors from the Hidden Module.
Notice: WPCF7_Shortcode is deprecated since Contact Form 7 version 4.6! Use WPCF7_FormTag instead.
Can you push out a fix for this ASAP please?
Thanks
David
Can you please update your plugin?
Thanks
>> Also deprecated :
WPCF7_Shortcode
WPCF7_ShortcodeManager
wpcf7_add_shortcode()
wpcf7_scan_shortcode()