Skip to content

Instantly share code, notes, and snippets.

@Edwardtonnn
Created October 10, 2018 17:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Edwardtonnn/257f6447ad1d5df2cd5970a85bb1afff to your computer and use it in GitHub Desktop.
Save Edwardtonnn/257f6447ad1d5df2cd5970a85bb1afff to your computer and use it in GitHub Desktop.
Remove paragraph tags from automatically wrapping around wp text
<?php
remove_filter( 'the_content', 'wpautop' );
remove_filter( 'the_excerpt', 'wpautop' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment