remove updater

This commit is contained in:
Yuri Karamian
2026-01-25 23:27:14 +01:00
parent 7d77d01411
commit 0fc65148a7
3 changed files with 1 additions and 192 deletions
+1 -3
View File
@@ -83,7 +83,6 @@ final class WP_Security_Pack {
if ( is_admin() ) {
require_once WPSP_PLUGIN_DIR . 'includes/class-wpsp-admin.php';
require_once WPSP_PLUGIN_DIR . 'includes/class-wpsp-updater.php';
}
}
@@ -137,8 +136,7 @@ final class WP_Security_Pack {
$this->components['login_protection'] = new WPSP_Login_Protection();
if ( is_admin() ) {
$this->components['admin'] = new WPSP_Admin();
$this->components['updater'] = new WPSP_Updater();
$this->components['admin'] = new WPSP_Admin();
}
}