FIXED: P Tag added with latest Plugin Update
-
I have been a long time user with Contact Form 7. The latest update added a <p> tag to the form. I have DOZENS of websites that use the plugin. Please fix this issue with an update this plugin so I don’t have to manually fix the dozens of website that use them. Thanks.
See below for the fix:
Fortunately, it is easy to turn it off, add the following line to your wp-config.php file: define( 'WPCF7_AUTOP', false ); You can also use a filter in your theme (functions.php) or your plugin: add_filter('wpcf7_autop_or_not', '__return_false'); The last snippet does the some but it attach the code to the theme and not to the WP instance.
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘FIXED: P Tag added with latest Plugin Update’ is closed to new replies.