Home / Widgets / Remove tags Contact Form 7
Duplicate Snippet

Embed Snippet on Your Site

Remove tags Contact Form 7

Remove tags from the forms in the frontend

Code Preview
php
<?php
add_filter('wpcf7_autop_or_not', '__return_false');

Comments

Add a Comment