Skip to content

Instantly share code, notes, and snippets.

@mpodaniev
Created September 6, 2016 19:04
Show Gist options
  • Save mpodaniev/948ffc3f7a8791ef0724b1a8630c3816 to your computer and use it in GitHub Desktop.
Save mpodaniev/948ffc3f7a8791ef0724b1a8630c3816 to your computer and use it in GitHub Desktop.
Убираем пустые параграфы в местах перевода строк - functions.php
<?php
remove_filter('the_content', 'wpautop');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment