Disabilitare autop e autobr / disable autop
add_action( 'pre_get_posts', 'mfields_remove_autop_from_posts' ); function mfields_remove_autop_from_posts() { if( is_page(3970) ) remove_filter( 'the_content', 'wpautop' ); }