Forums
(@shozoon)
10 months, 1 week ago
@dwqueretaro?Thank you!
2 years, 3 months ago
@riseofweb – Ah, okay. Thank you!
Hi, Try putting the below code on functions.php.
add_filter(‘wpcf7_autop_or_not’, ‘wpcf7_autop_return_false’); function wpcf7_autop_return_false() { return false; }