thefrosty / wp-login-locker
Disable direct access to your sites /wp-login.php script, plus user notifications based on actions.
Installs: 147
Dependents: 0
Suggesters: 0
Security: 0
Stars: 6
Watchers: 1
Forks: 0
Open Issues: 2
Type:wordpress-plugin
pkg:composer/thefrosty/wp-login-locker
Requires
- php: ^8.3
- ext-openssl: *
- composer/installers: ~2.0
- dwnload/wp-settings-api: ^3.10
- oscarotero/env: ^2.1
- pimple/pimple: ~3.0
- symfony/http-foundation: ^7.3.7
- thefrosty/wp-utilities: ^3.8.8
- vlucas/phpdotenv: ^5.6
Requires (Dev)
- ext-simplexml: *
- dealerdirect/phpcodesniffer-composer-installer: ^1.0.0
- phpcompatibility/php-compatibility: *
- phpunit/php-code-coverage: ^11
- phpunit/phpunit: ^11
- rector/rector: ^2.0
- roots/wordpress: ^6.7
- slevomat/coding-standard: ~8.18
- squizlabs/php_codesniffer: ^3.2
- wp-coding-standards/wpcs: ^3.1
- wp-phpunit/wp-phpunit: ^6.7
- yoast/phpunit-polyfills: ^4.0
This package is auto-updated.
Last update: 2026-01-05 15:30:48 UTC
README
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.6"
}
}
Then run:
$ composer install thefrosty/wp-login-locker
Or, run:
$ composer require thefrosty/wp-login-locker:^2.6
