diff --git a/app/setup.php b/app/setup.php index fe156f5..4d7a12d 100755 --- a/app/setup.php +++ b/app/setup.php @@ -52,10 +52,12 @@ add_action('after_setup_theme', function () { * Enable features from Soil when plugin is activated * @link https://roots.io/plugins/soil/ */ - add_theme_support('soil-clean-up'); - add_theme_support('soil-nav-walker'); - add_theme_support('soil-nice-search'); - add_theme_support('soil-relative-urls'); + add_theme_support('soil', [ + 'clean-up', + 'nav-walker', + 'nice-search', + 'relative-urls' + ]); /** * Enable plugins to manage the document title