PluginProbe
Hostinger Tools / 2.2.0
Hostinger Tools v2.2.0
3.0.77 3.0.76 3.0.75 3.0.74 3.0.73 3.0.72 3.0.71 3.0.70 3.0.69 3.0.68 3.0.67 3.0.66 1.8.1 1.8.2 1.8.3 1.9.1 1.9.4 1.9.5 1.9.6 1.9.7 1.9.8 1.9.9 2.0.0 2.0.1 2.0.4 All 108 releases
← All changes | includes/Bootstrap.php +1 -1 2.1.92.2.0 View file →
@@ -58,9 +58,8 @@
58 58 }
59 59 }
60 60
61 61 private function set_locale() {
62 -
63 62 $plugin_i18n = new I18n();
64 63 $this->loader->add_action( 'plugins_loaded', $plugin_i18n, 'load_plugin_textdomain' );
65 64 }
66 65
@@ -116,8 +115,9 @@
116 115 }
117 116
118 117 private function load_public_dependencies(): void {
119 118 new PreviewAssets();
119 + new Hooks();
120 120 }
121 121
122 122 private function load_onboarding_dependencies(): void {
123 123 if ( ! OnboardingSettings::all_steps_completed() ) {