Lockspire – Limit Login And Smart Access Protection helps protect your WordPress site by limiting login attempts and blocking suspicious users. It makes your website safer and prevents unauthorized access easily.
Core Features (Free):
* ✅ Login Attempt Limiting – Configurable maximum attempts and lockout time
* ✅ Admin URL Hiding – Hide wp-admin with custom secret key
* ✅ XML-RPC Protection – Complete XML-RPC disabling
* ✅ Basic Firewall – Block bad bots and common exploit attempts
* ✅ Email Notifications – Get alerts when admin users log in
* ✅ Activity Logging – Simple admin activity log (last 10 events)
Pro Features (Coming Soon):
* 🔍 Malware Scanner
* 🚫 IP Address Blocking
* 🌍 Country Blocking
Basic Setup:
1. Go to Settings Lockspire Security
2. Enable the features you need using the toggle switches
3. Configure your preferred settings:
– Set max login attempts (default: 5)
– Set lockout time in minutes (default: 15)
– Set custom admin secret key if hiding wp-admin
Admin URL Hiding:
When enabled, access your admin dashboard at:
/wp-admin/?your-secret-key=1
Replace your-secret-key with your custom secret key.
Plugin Website: https://lockspire.com
Support: For support and feature requests, please visit our website or contact us through the WordPress support forums.
Privacy Policy: Lockspire Security does not collect or transmit any personal data. All data is stored locally on your WordPress installation.
This plugin follows WordPress coding standards and best practices:
* Proper escaping of all output
* Input validation and nonce verification
* No database queries or heavy processing
* Uses WordPress Options API for settings storage
* Compatible with multisite installations
Hooks and Filters:
The plugin provides several hooks for developers to extend functionality:
* lockspire_before_firewall_check – Runs before firewall checks
* lockspire_after_login_attempt – Runs after failed login attempt
* lockspire_admin_notification_subject – Filter admin notification email subject
* lockspire_admin_notification_message – Filter admin notification email message