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 ); 0 讨论(0) 查看其它5个回答 发布评论: 提交评论 加载中... 验证码 看不清? 提交回复 热议问题
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 );