https://github.com/thefrosty/wp-login-locker
Disable direct access to your sites /wp-login.php script, plus user notifications based on actions.
https://github.com/thefrosty/wp-login-locker
login-auth packagist php php81 security wordpress wordpress-plugin wp-login
Last synced: 8 months ago
JSON representation
Disable direct access to your sites /wp-login.php script, plus user notifications based on actions.
- Host: GitHub
- URL: https://github.com/thefrosty/wp-login-locker
- Owner: thefrosty
- Created: 2018-06-05T17:28:21.000Z (about 8 years ago)
- Default Branch: develop
- Last Pushed: 2024-03-14T20:48:25.000Z (over 2 years ago)
- Last Synced: 2024-03-14T22:05:23.537Z (over 2 years ago)
- Topics: login-auth, packagist, php, php81, security, wordpress, wordpress-plugin, wp-login
- Language: PHP
- Homepage: https://frosty.media/plugins/wp-login-locker/
- Size: 349 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELONG.md
Awesome Lists containing this project
README
# WordPress Login Locker

[]()
[](https://packagist.org/packages/thefrosty/wp-login-locker)
[](https://packagist.org/packages/thefrosty/wp-login-locker)
[](https://packagist.org/thefrosty/wp-login-locker)

[](https://codecov.io/gh/thefrosty/wp-login-locker)
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:
```json
{
"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`
-----
- [Actions](#actions)
- [How to use actions](#how-to-use-actions)
- [Filters](#filters)
- [How to use filters](#how-to-use-filters)