• Resolved newwper3

    (@newwper3)


    Hi,

    Does Shield protect wp-login.php
    if I use the the function code to rename the wp-login.php ?

    function login_protection(){
    if($_GET[‘secret’] != ‘abc123’) header(‘Location: https://google.com’);
    }
    add_action(‘login_enqueue_scripts’,’login_protection’);

    Thanks

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Change wp-login.php name’ is closed to new replies.