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
|
* Enable features from Soil when plugin is activated
|
||||||
* @link https://roots.io/plugins/soil/
|
* @link https://roots.io/plugins/soil/
|
||||||
*/
|
*/
|
||||||
add_theme_support('soil-clean-up');
|
add_theme_support('soil', [
|
||||||
add_theme_support('soil-nav-walker');
|
'clean-up',
|
||||||
add_theme_support('soil-nice-search');
|
'nav-walker',
|
||||||
add_theme_support('soil-relative-urls');
|
'nice-search',
|
||||||
|
'relative-urls'
|
||||||
|
]);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Enable plugins to manage the document title
|
* Enable plugins to manage the document title
|
||||||
|
|||||||
Reference in New Issue
Block a user