Created
March 15, 2013 00:27
-
-
Save omurphy27/5166529 to your computer and use it in GitHub Desktop.
PHP Wordpress Removing Contact Form 7 Br tags when adding to template
add_filter( 'wpcf7_autop_or_not', '__return_false' );
This is much better. Can be done within a theme files.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Awesome.! It's working perfectly. Thank you very much.!!