Contact Form 4.6 deprecates the wpcf7_add_shortcode functio
-
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 );
Viewing 11 replies - 1 through 11 (of 11 total)
Viewing 11 replies - 1 through 11 (of 11 total)
- The topic ‘Contact Form 4.6 deprecates the wpcf7_add_shortcode functio’ is closed to new replies.