@riseofweb – Ah, okay. Thank you!
-
This reply was modified 3 years, 5 months ago by shozo.
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;
}