Contact Form 7 auto added p tags

前端 未结 5 824
南旧
南旧 2021-01-31 08:54

I have next code inside contact form 7 editor

5条回答
  •  灰色年华
    2021-01-31 10:01

    If editing wp-config.php is not the solution for you, there's a handy filter. Put it in your functions.php:

    // Remove 

    and
    from Contact Form 7 add_filter('wpcf7_autop_or_not', '__return_false');

提交回复
热议问题