Skip to content

Instantly share code, notes, and snippets.

@chronosceptor
Created December 19, 2018 22:36
Show Gist options
  • Select an option

  • Save chronosceptor/ccc551e550637b2bb2b9049a0fffd12a to your computer and use it in GitHub Desktop.

Select an option

Save chronosceptor/ccc551e550637b2bb2b9049a0fffd12a to your computer and use it in GitHub Desktop.
Wordpress | Disable "wpautop" for Contact form 7
// 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