Contact Form 7 auto added p tags

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

I have next code inside contact form 7 editor

5条回答
  •  刺人心
    刺人心 (楼主)
    2021-01-31 09:39

    I would like to say something about this, when we want reduce auto P tag form the we should go with below filter and just write blow code in function.php.

    add_filter('wpcf7_autop_or_not', '__return_false'); 
    

提交回复
热议问题