Skip to content

Instantly share code, notes, and snippets.

@lanche86
Created January 12, 2014 10:48
Show Gist options
  • Select an option

  • Save lanche86/8383123 to your computer and use it in GitHub Desktop.

Select an option

Save lanche86/8383123 to your computer and use it in GitHub Desktop.
Remove empty p tags from ACF
// ACF fix to remove <p></p>
remove_filter( 'acf_the_content', 'wpautop' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment