We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8cdddcc commit 8e32c1bCopy full SHA for 8e32c1b
1 file changed
MultisiteLanguageSwitcher.php
@@ -44,8 +44,6 @@
44
define( 'MSLS_PLUGIN_PATH', plugin_basename( __FILE__ ) );
45
define( 'MSLS_PLUGIN__FILE__', __FILE__ );
46
47
- lloc\Msls\MslsPlugin::init();
48
-
49
/**
50
* Get the output for using the links to the translations in your code
51
*
@@ -155,4 +153,6 @@ function msls_blog_collection(): \lloc\Msls\MslsBlogCollection {
155
153
function msls_options(): \lloc\Msls\MslsOptions {
156
154
return \lloc\Msls\MslsOptions::instance();
157
}
+
+ lloc\Msls\MslsPlugin::init();
158
0 commit comments