juandahveed
9/28/2017 - 1:16 PM

Add or Remove Automatic Paragraph Breaks from WordPress

Add or Remove Automatic Paragraph Breaks from WordPress

add_filter( 'the_content', 'wpautop' );
remove_filter( 'the_content', 'wpautop' );