add_filter('the_content', function($content) { if (is_page('2026soar')) { remove_filter('the_content', 'wpautop'); } return $content; }, 9);