Merge pull request #1530 from mikaelmattsson/patch-1
Add compatibility with WooCommerce Multilingual plugin
This commit is contained in:
@@ -61,4 +61,4 @@ class SageWrapping {
|
|||||||
return new SageWrapping();
|
return new SageWrapping();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
add_filter('template_include', [__NAMESPACE__ . '\\SageWrapping', 'wrap'], 99);
|
add_filter('template_include', [__NAMESPACE__ . '\\SageWrapping', 'wrap'], 109);
|
||||||
|
|||||||
Reference in New Issue
Block a user