Create & manage 301 redirects. Easily test redirects. Includes 404 error log.
Category Scores
Top Issues by Category
maintainability24
Issues Details
24 issues found in latest scan
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$config".
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "Redirects".
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
In footer ($in_footer) is not set explicitly wp_enqueue_script; It is recommended to load scripts in the footer. Please set this value to `true` to load it in the footer, or explicitly `false` if it should be loaded in the header.
The "301_redirects" prefix is not a valid namespace/function/class/variable/constant prefix in PHP.
Plugin name "301 Redirects & 404 Error Log" is different from the name declared in plugin header "301 Redirects".
| 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". | 13 |
| WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedClassFound | WARNING | Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "Redirects". | 3 |
| missing_direct_file_access_protection | ERROR | PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit; | 3 |
| WordPress.WP.EnqueuedResourceParameters.NotInFooter | WARNING | In footer ($in_footer) is not set explicitly wp_enqueue_script; It is recommended to load scripts in the footer. Please set this value to `true` to load it in the footer, or explicitly `false` if it should be loaded in the header. | 2 |
| WordPress.NamingConventions.PrefixAllGlobals.InvalidPrefixPassed | WARNING | The "301_redirects" prefix is not a valid namespace/function/class/variable/constant prefix in PHP. | 1 |
| five_star_reviews_detected | ERROR | Linking directly to 5 stars reviews is not allowed. | 1 |
| mismatched_plugin_name | WARNING | Plugin name "301 Redirects & 404 Error Log" is different from the name declared in plugin header "301 Redirects". | 1 |
Latest Snapshot
Findings
24
Errors
4
Warnings
20
Score History
First score snapshot
First scan completed Jun 20, 2026
v1.05 · Plugin Check 2.0.0 · Model 2026.06-mvp-static-v2
Jun 20, 2026
v1.05
97
Latest
- Findings
- 24
- Errors
- 4
- Warnings
- 20
- Plugin Check
- 2.0.0
- Model
- 2026.06-mvp-static-v2
| Scan | Score | Findings | Errors | Warnings | Plugin | Plugin Check | Model |
|---|---|---|---|---|---|---|---|
| Jun 20, 2026Latest | 97 | 24 | 4 | 20 | v1.05 | 2.0.0 | 2026.06-mvp-static-v2 |