Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: 5 days ago
JSON representation

Disable direct access to your sites /wp-login.php script, plus user notifications based on actions.

Awesome Lists containing this project

README

        

# WordPress Login Locker

![Login Locker](.github/wp-login-locker.jpg?raw=true "WordPress Login Locker")

[![PHP from Packagist](https://img.shields.io/packagist/php-v/thefrosty/wp-login-locker.svg)]()
[![Latest Stable Version](https://img.shields.io/packagist/v/thefrosty/wp-login-locker.svg)](https://packagist.org/packages/thefrosty/wp-login-locker)
[![Total Downloads](https://img.shields.io/packagist/dt/thefrosty/wp-login-locker.svg)](https://packagist.org/packages/thefrosty/wp-login-locker)
[![License](https://img.shields.io/packagist/l/thefrosty/wp-login-locker.svg)](https://packagist.org/thefrosty/thefrosty/wp-login-locker)
![Build Status](https://github.com/thefrosty/wp-login-locker/actions/workflows/main.yml/badge.svg)
[![codecov](https://codecov.io/gh/thefrosty/wp-login-locker/branch/develop/graph/badge.svg)](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.0.0"
}
}
```
Then run:

`$ composer install thefrosty/wp-login-locker`

Or, run:

`$ composer require thefrosty/wp-login-locker:^2.0`

-----

- [Actions](#actions)
- [How to use actions](#how-to-use-actions)
- [Filters](#filters)
- [How to use filters](#how-to-use-filters)