mirror of
https://gitlab.com/ArkHost/WP-Security-Pack.git
synced 2026-09-19 17:37:30 +02:00
v1.0
This commit is contained in:
@@ -83,6 +83,7 @@ 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';
|
||||
}
|
||||
}
|
||||
|
||||
@@ -136,7 +137,8 @@ final class WP_Security_Pack {
|
||||
$this->components['login_protection'] = new WPSP_Login_Protection();
|
||||
|
||||
if ( is_admin() ) {
|
||||
$this->components['admin'] = new WPSP_Admin();
|
||||
$this->components['admin'] = new WPSP_Admin();
|
||||
$this->components['updater'] = new WPSP_Updater();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user