PluginProbe
Hostinger Tools / 3.0.49
Hostinger Tools v3.0.49
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 +2 -1 3.0.763.0.49 View file →
@@ -1,9 +1,9 @@
1 1 <?php
2 2
3 3 namespace Hostinger;
4 4
5 -
5 +use Hostinger\Admin\Ajax as AdminAjax;
6 6 use Hostinger\Admin\PluginSettings;
7 7 use Hostinger\Admin\Jobs\JobInitializer;
8 8 use Hostinger\Admin\Proxy;
9 9 use Hostinger\LlmsTxtGenerator\LlmsTxtFileHelper;
@@ -68,8 +68,9 @@
68 68 new AdminHooks( $this->utils );
69 69 new AdminMenu();
70 70 new AdminRedirects();
71 71 new AdminRedirects();
72 + new AdminAjax();
72 73 }
73 74
74 75 private function load_public_dependencies(): void {
75 76