thefrosty / wp-login-locker
Disable direct access to your sites /wp-login.php script, plus user notifications based on actions.
Installs: 83
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
- dev-develop
- v2.7.0
- v2.6.7
- v2.6.0.2
- v2.6.0.1
- v2.6.0
- v2.5.0
- v2.4.0
- v2.3.1
- v2.3.0
- v2.2.0
- v2.1.13
- v2.1.12
- v2.1.11
- v2.1.10
- v2.1.9
- v2.1.8
- v2.1.7
- v2.1.6
- 2.1.2
- 2.1.1
- 2.1.0
- 2.0.0
- 1.3.1
- 1.3.0
- 1.1.1
- 1.1.0
- dev-dependabot/github_actions/actions/upload-artifact-6
- dev-feature/dependabot
- dev-feature/thefrosty-ci-tests
- dev-master
This package is auto-updated.
Last update: 2025-12-14 20:39:00 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
