Protect, lockdown & secure login form by limiting login attempts from the same IP & banning IPs.
Category Scores
Top Issues by Category
maintainability19
Issues Details
20 issues found in latest scan
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$config".
Function "rest_url()" requires WordPress 4.4.0, but your plugin minimum supported version is WordPress 4.0.0.
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "wf_flyout".
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "wp_authenticate_user".
Processing form data without nonce verification.
Plugin name "Login Lockdown & Protection" is different from the name declared in plugin header "Login Lockdown".
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
| Code | Type | Message | Count |
|---|---|---|---|
| WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound | WARNING | Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$config". | 11 |
| wp_function_not_compatible_with_requires_wp | ERROR | Function "rest_url()" requires WordPress 4.4.0, but your plugin minimum supported version is WordPress 4.0.0. | 3 |
| WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedClassFound | WARNING | Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "wf_flyout". | 1 |
| WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedHooknameFound | WARNING | Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "wp_authenticate_user". | 1 |
| WordPress.Security.NonceVerification.Missing | WARNING | Processing form data without nonce verification. | 1 |
| five_star_reviews_detected | ERROR | Linking directly to 5 stars reviews is not allowed. | 1 |
| mismatched_plugin_name | WARNING | Plugin name "Login Lockdown & Protection" is different from the name declared in plugin header "Login Lockdown". | 1 |
| missing_direct_file_access_protection | ERROR | PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit; | 1 |
Latest Snapshot
Findings
20
Errors
5
Warnings
15
Score History
First score snapshot
First scan completed Jun 19, 2026
v2.16 · Plugin Check 2.0.0 · Model 2026.06-mvp-static-v2
Jun 19, 2026
v2.16
94
Latest
- Findings
- 20
- Errors
- 5
- Warnings
- 15
- Plugin Check
- 2.0.0
- Model
- 2026.06-mvp-static-v2
| Scan | Score | Findings | Errors | Warnings | Plugin | Plugin Check | Model |
|---|---|---|---|---|---|---|---|
| Jun 19, 2026Latest | 94 | 20 | 5 | 15 | v2.16 | 2.0.0 | 2026.06-mvp-static-v2 |