new navigation tree
desing optimization language fixes
This commit is contained in:
@ -104,7 +104,10 @@ class Security
|
||||
}
|
||||
|
||||
if ( str_contains( $_SERVER['REQUEST_URI'], $hideLogin ) !== false ) {
|
||||
$user_login = '';
|
||||
$user_login = '';
|
||||
if (!isset($error)) {
|
||||
$error = '';
|
||||
}
|
||||
$_REQUEST['redirect_to'] = 'interner-bereich';
|
||||
require_once 'wp-login.php';
|
||||
die();
|
||||
|
Reference in New Issue
Block a user