Replies: 0
Hi!
The latest version of Contact Form has deprecated the wpcf7_add_shortcode function, which your plugin uses.
In case anyone is interested, the following line:
wpcf7_add_shortcode( 'honeypot', 'wpcf7_honeypot_shortcode_handler', true );
has to be changed to:
wpcf7_add_form_tag( 'honeypot', 'wpcf7_honeypot_shortcode_handler', true );