|
@@ -42,9 +42,9 @@ |
|
42
|
42
|
*/ |
|
43
|
43
|
public function __construct() { |
|
44
|
44
|
|
|
45
|
45
|
// Load translation |
|
46
|
|
- add_action( 'init', array( $this, 'i18n' ) ); |
|
46
|
+// add_action( 'init', array( $this, 'i18n' ) ); |
|
47
|
47
|
|
|
48
|
48
|
// Init Plugin |
|
49
|
49
|
add_action( 'plugins_loaded', array( $this, 'init' ) ); |
|
50
|
50
|
} |