Disable direct access to your sites /wp-login.php script plus user notifications based on actions.
To install this package, edit your composer.json file:
{
"require": {
"thefrosty/wp-login-locker": "^2.6"
}
}Then run:
$ composer install thefrosty/wp-login-locker
Or, run:
$ composer require thefrosty/wp-login-locker:^2.6
