How to Remove P and Br tags in WordPress posts? code example
Example: How to Remove P and Br tags in WordPress posts?
remove_filter( 'the_content', 'wpautop' );
remove_filter( 'the_excerpt', 'wpautop' );
remove_filter( 'the_content', 'wpautop' );
remove_filter( 'the_excerpt', 'wpautop' );