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.0.0"
}
}
Then run:
$ composer install thefrosty/wp-login-locker
Or, run:
$ composer require thefrosty/wp-login-locker:^2.0