Skip to content

Disable direct access to your sites /wp-login.php script, plus user notifications based on actions.

Notifications You must be signed in to change notification settings

thefrosty/wp-login-locker

Repository files navigation

WordPress Login Locker

Login Locker

PHP from Packagist Latest Stable Version Total Downloads License Build Status codecov

Disable direct access to your sites /wp-login.php script plus user notifications based on actions.

Package Installation (via Composer)

To install this package, edit your composer.json file:

{
    "require": {
        "thefrosty/wp-login-locker": "^2.0.0"
    }
}

Then run:

$ composer install thefrosty/wp-login-locker

Or, run:

$ composer require thefrosty/wp-login-locker:^2.0