Add or Remove Automatic Paragraph Breaks from WordPress
add_filter( 'the_content', 'wpautop' ); remove_filter( 'the_content', 'wpautop' );