Open external links in a new window or new tab. SEO optimized and XHTML Strict compliant.
98
Score
2
Errors
13
Warnings
+0
Change
Category Scores
Security100
Repo100
Performance100
Maintainability90
Top Issues by Category
maintainability15
1Non Prefixed Variable FoundWordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFoundWARNING112Non Prefixed Class FoundWordPress.NamingConventions.PrefixAllGlobals.NonPrefixedClassFoundWARNING13five star reviews detectedfive_star_reviews_detectedERROR14mismatched plugin namemismatched_plugin_nameWARNING15missing direct file access protectionmissing_direct_file_access_protectionERROR1
Issues Details
15 issues found in latest scan
WARNING11
WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFoundGlobal variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$config".
WARNING1
WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedClassFoundClasses declared by a theme/plugin should start with the theme/plugin prefix. Found: "wf_flyout".
WARNING1
mismatched_plugin_namePlugin name "External Links in New Window / New Tab" is different from the name declared in plugin header "Open External Links in a New Window".
ERROR1
missing_direct_file_access_protectionPHP 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 |
| WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedClassFound | WARNING | Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "wf_flyout". | 1 |
| five_star_reviews_detected | ERROR | Linking directly to 5 stars reviews is not allowed. | 1 |
| mismatched_plugin_name | WARNING | Plugin name "External Links in New Window / New Tab" is different from the name declared in plugin header "Open External Links in a New Window". | 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
15
Errors
2
Warnings
13
Score History
First score snapshot
First scan completed Jun 20, 2026
v1.45 · Plugin Check 2.0.0 · Model 2026.06-mvp-static-v2
Jun 20, 2026
v1.45
98
Latest
- Findings
- 15
- Errors
- 2
- Warnings
- 13
- Plugin Check
- 2.0.0
- Model
- 2026.06-mvp-static-v2
| Scan | Score | Findings | Errors | Warnings | Plugin | Plugin Check | Model |
|---|---|---|---|---|---|---|---|
| Jun 20, 2026Latest | 98 | 15 | 2 | 13 | v1.45 | 2.0.0 | 2026.06-mvp-static-v2 |