Contact Form 7 auto added p tags

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

I have next code inside contact form 7 editor

5条回答
  •  爱一瞬间的悲伤
    2021-01-31 09:51

    According to the Contact Form 7 Docs, you can disable "wpautop" for the plugin by placing the following constant in wp-config.php:

    define( 'WPCF7_AUTOP', false );
    

提交回复
热议问题