prevent wordpress from rendering line breaks as br tags

That’s handled by a filter called wpautop (declared in wp-includes/formatting.php, line 189).

You can remove it with this:

remove_filter('the_content', 'wpautop');

Leave a Comment

error code: 523