https://github.com/wolfslender/login-captcha
Añade reCAPTCHA v2 al formulario de login de WordPress
https://github.com/wolfslender/login-captcha
Last synced: 10 months ago
JSON representation
Añade reCAPTCHA v2 al formulario de login de WordPress
- Host: GitHub
- URL: https://github.com/wolfslender/login-captcha
- Owner: wolfslender
- Created: 2024-11-07T18:46:29.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-03T20:40:05.000Z (over 1 year ago)
- Last Synced: 2025-03-29T10:12:42.207Z (over 1 year ago)
- Language: PHP
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# WordPress Plugins Collection
This repository contains two WordPress plugins for enhanced security and media management:
## 1. Media Usage Checker
A WordPress plugin that helps you identify and manage unused media files in your WordPress media library.
### Features:
- Scans media library to identify used and unused files
- Batch processing for large media libraries
- Memory-optimized operations
- Pagination for better performance
- Preview capabilities for different file types
- Bulk delete functionality
- Background processing using WP-Cron
- File size display
- Upload date information
### Installation:
1. Upload the 'Media-Usage-Checker' folder to your /wp-content/plugins/ directory
2. Activate the plugin through the 'Plugins' menu in WordPress
3. Access via WordPress admin under "Media Usage Checker"
## 2. Login Captcha
Adds Google reCAPTCHA v2 verification to your WordPress login form for enhanced security.
### Features:
- Easy integration with Google reCAPTCHA v2
- Simple configuration interface
- Secure authentication process
- Custom error messages
- Compatible with WordPress login form
### Installation:
1. Upload the 'Login-Captcha' folder to your /wp-content/plugins/ directory
2. Activate the plugin through the 'Plugins' menu in WordPress
3. Go to Settings > Login Captcha to configure your reCAPTCHA keys
4. Get your reCAPTCHA keys from [Google reCAPTCHA](https://www.google.com/recaptcha)
### Requirements:
- WordPress 5.0 or higher
- PHP 7.0 or higher
### Author:
Alexis Olivero
Website: https://www.oliverodev.com/
### License:
GPL v2 or later