thefrosty/wp-login-locker

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

Installs: 54

Dependents: 0

Suggesters: 0

Security: 0

Stars: 3

Watchers: 2

Forks: 0

Open Issues: 3

Type:wordpress-plugin

v2.4.0 2024-03-08 20:02 UTC

README

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