contactform7 remove tags with “wpcf7_autop false” from functions.php

  • You can try minify html from the contact form 7

  • To completely disable the wpautop filter, you can use:

    remove_filter('the_content', 'wpautop');
    

Leave a Comment