New method to disable wpautop after WP 4.3?
After WordPress 4.3, the old method of disabling wpautop no longer works. Has anyone discovered a new method for removing this function?
remove_filter( 'the_content', 'wpautop', 99 );
remove_filter( 'the_excerpt', 'wpautop', 99 );