Soil: Activation updates for latest version (#2527)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user