Manage 301 & 302 redirects. Simple redirection & redirects validation. Includes redirect stats & 404 error log.
Category Scores
Top Issues by Category
maintainability74
Issues Details
77 issues found in latest scan
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$EPS_Redirects".
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "cache_enabler_clear_complete_cache".
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "eps_dropdown_pages".
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "EPS_Redirects".
Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "EPS_REDIRECT_PATH".
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "$tab . '_admin_tab'".
Detected usage of a non-sanitized input variable: $_POST['url_from']
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Plugin name "301 Redirects - Redirect Manager" is different from the name declared in plugin header "301 Redirects".
Function "sanitize_textarea_field()" requires WordPress 4.7.0, but your plugin minimum supported version is WordPress 4.0.0.
| Code | Type | Message | Count |
|---|---|---|---|
| WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound | WARNING | Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$EPS_Redirects". | 23 |
| WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedHooknameFound | WARNING | Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "cache_enabler_clear_complete_cache". | 22 |
| WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedFunctionFound | WARNING | Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "eps_dropdown_pages". | 10 |
| WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedClassFound | WARNING | Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "EPS_Redirects". | 5 |
| WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedConstantFound | WARNING | Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "EPS_REDIRECT_PATH". | 4 |
| WordPress.NamingConventions.PrefixAllGlobals.DynamicHooknameFound | WARNING | Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "$tab . '_admin_tab'". | 3 |
| WordPress.Security.ValidatedSanitizedInput.InputNotSanitized | WARNING | Detected usage of a non-sanitized input variable: $_POST['url_from'] | 3 |
| five_star_reviews_detected | ERROR | Linking directly to 5 stars reviews is not allowed. | 3 |
| missing_direct_file_access_protection | ERROR | PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit; | 2 |
| mismatched_plugin_name | WARNING | Plugin name "301 Redirects - Redirect Manager" is different from the name declared in plugin header "301 Redirects". | 1 |
| wp_function_not_compatible_with_requires_wp | ERROR | Function "sanitize_textarea_field()" requires WordPress 4.7.0, but your plugin minimum supported version is WordPress 4.0.0. | 1 |
Latest Snapshot
Findings
77
Errors
6
Warnings
71
Score History
First score snapshot
First scan completed Jun 19, 2026
v2.84 · Plugin Check 2.0.0 · Model 2026.06-mvp-static-v2
Jun 19, 2026
v2.84
88
Latest
- Findings
- 77
- Errors
- 6
- Warnings
- 71
- Plugin Check
- 2.0.0
- Model
- 2026.06-mvp-static-v2
| Scan | Score | Findings | Errors | Warnings | Plugin | Plugin Check | Model |
|---|---|---|---|---|---|---|---|
| Jun 19, 2026Latest | 88 | 77 | 6 | 71 | v2.84 | 2.0.0 | 2026.06-mvp-static-v2 |