Skip to content

Instantly share code, notes, and snippets.

@mjesusabarca
Created August 16, 2017 14:42
Show Gist options
  • Select an option

  • Save mjesusabarca/2a4b8b5e952825436dc399301e7c72f2 to your computer and use it in GitHub Desktop.

Select an option

Save mjesusabarca/2a4b8b5e952825436dc399301e7c72f2 to your computer and use it in GitHub Desktop.
Desactivar párrafos automáticos en WordPress o <br><br/> (espacios en blancos)
//Eliminar párrafos automáticos por defecto
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