There was an error while loading. Please reload this page.
1 parent 27ce381 commit 8cdddccCopy full SHA for 8cdddcc
1 file changed
includes/MslsPlugin.php
@@ -38,7 +38,7 @@ public function __construct( MslsOptions $options ) {
38
* @return MslsPlugin
39
*/
40
public static function init() {
41
- $obj = new self( MslsOptions::instance() );
+ $obj = new self( msls_options() );
42
43
add_action( 'plugins_loaded', [ $obj, 'init_i18n_support' ] );
44
0 commit comments