Created
December 19, 2018 22:36
-
-
Save chronosceptor/ccc551e550637b2bb2b9049a0fffd12a to your computer and use it in GitHub Desktop.
Wordpress | Disable "wpautop" for Contact form 7
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // You can disable "wpautop" for the plugin by placing the following constant in wp-config.php: | |
| define( 'WPCF7_AUTOP', false ); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment