wp-login.php is the address every script tries first.
You enter a path of your own, for example /gartentor. The plugin loads the original wp-login.php file there — it is neither copied nor rebuilt, so WordPress updates keep working. For logged-out visitors, /wp-login.php then answers like a page that does not exist. Before the change is applied, the server calls the new address once itself.
Your own path instead of wp-login.php · Test request before the switch
Enter a path — the name is checked right away
The switch only happens after a successful test request
Access and emergency brake land in your inbox
define( 'KWPSEC_LOGIN_SLUG_OFF', true ); in wp-config.php switches straight back to wp-login.php.No credit card, no risk. Up and running in 2 minutes.
Try it for free now