Moved Hide Login to WPS Hide Login

Moved IP restrictions to Protect Login
This commit is contained in:
2024-10-31 12:35:46 +01:00
parent 4c95333c05
commit 3983108048
12 changed files with 22 additions and 788 deletions

View File

@ -1,9 +1,4 @@
<?php
use Bdp\Modules\EventParticipants\Controllers\MemberSummaryController;
use Bdp\Modules\EventParticipants\Controllers\PrintParticipantListPdfController;
use Bdp\Modules\EventParticipants\Controllers\RegisterMemberController;
use Bdp\Modules\LimitLoginAttempts\Controllers\LoginHandler;
use Bdp\Libs\DatabaseHandler;
@ -41,7 +36,6 @@ require_once (BDP_LV_PLUGIN_DIR . '/modules/security/security.php');
$dbHandler = new DatabaseHandler();
function kompass_admin_init()
{
kompass_settings_validators();
}
function bdp_kompass_load_plugin_textdomain() {
@ -80,7 +74,6 @@ function bdp_kompass_load_ajax_content() {
}
$loginHandler = new LoginHandler();
new BdpVersionChecker();
#add_filter( 'plugins_api', array( $class, 'info' ), 20, 3 );