Problem of empty paragraphs in WordPress
Empty paragraphs can spoil not only the appearance a website but and steps towards regarding SEO optimization. That is why, this fix can be use for each themes.
Problem: How to remove empty paragraphs from the_content() functions
Solution: All such tasks can be resolve use filters:
<?php
// Remove Empty Paragraphs From the_content()
add_filter( 'the_content', function ( $content ) {
$content = force_balance_tags( $content );
return preg_replace( '/<p>(?:\s| )*?<\/p>/i', '', $content );
}, 10, 1 );
I know this web page offers quality depending articles and additional material, is
there any other web site which provides these data in quality?
For me the answer is obvious 😉️