From 6bb5325f664c33e159cbcd7c05730a6b6b5686f6 Mon Sep 17 00:00:00 2001 From: Ben Word Date: Tue, 16 Jan 2024 09:17:15 -0600 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A5=20Remove=20Soil=20features=20(#317?= =?UTF-8?q?2)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/setup.php | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/app/setup.php b/app/setup.php index 05c679c..695a7b3 100644 --- a/app/setup.php +++ b/app/setup.php @@ -32,18 +32,6 @@ add_action('enqueue_block_editor_assets', function () { * @return void */ add_action('after_setup_theme', function () { - /** - * Enable features from the Soil plugin if activated. - * - * @link https://roots.io/plugins/soil/ - */ - add_theme_support('soil', [ - 'clean-up', - 'nav-walker', - 'nice-search', - 'relative-urls', - ]); - /** * Disable full-site editing support. *