🔥 Remove Soil features (#3172)

This commit is contained in:
Ben Word
2024-01-16 09:17:15 -06:00
committed by GitHub
parent f57d9aab30
commit 6bb5325f66

View File

@@ -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.
*