Home / Widgets / Remove “p” tags Contact Form 7
Duplicate Snippet

Embed Snippet on Your Site

Remove “p” tags Contact Form 7

Remove tags from the forms in the frontend

Code Preview
php
<?php
// Remove <p> tags
add_filter('wpcf7_autop_or_not', '__return_false');

Comments

Add a Comment