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'); 0 讨论(0) 查看其它5个回答 发布评论: 提交评论 加载中... 验证码 看不清? 提交回复 热议问题
If editing wp-config.php is not the solution for you, there's a handy filter. Put it in your functions.php:
wp-config.php
functions.php
// Remove and from Contact Form 7 add_filter('wpcf7_autop_or_not', '__return_false');
and from Contact Form 7 add_filter('wpcf7_autop_or_not', '__return_false');