Skip to content

Instantly share code, notes, and snippets.

@Korveld
Last active September 9, 2020 10:10
Show Gist options
  • Select an option

  • Save Korveld/f57d09d6a2a0fdf9ecb2845713c0099d to your computer and use it in GitHub Desktop.

Select an option

Save Korveld/f57d09d6a2a0fdf9ecb2845713c0099d to your computer and use it in GitHub Desktop.
Disable br and p tags in contat form 7
<?php
add_filter('wpcf7_autop_or_not', '__return_false');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment