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 ed3ac73 commit 4b6a5b5Copy full SHA for 4b6a5b5
includes/MslsPlugin.php
@@ -34,7 +34,7 @@ public function __construct( MslsOptions $options ) {
34
public static function init(): void {
35
$obj = new self( msls_options() );
36
37
- add_action( 'plugins_loaded', array( $obj, 'init_i18n_support' ) );
+ add_action( 'init', array( $obj, 'init_i18n_support' ) );
38
39
register_activation_hook( self::file(), array( __CLASS__, 'activate' ) );
40
0 commit comments