Improve your WP security with powerful one-click tools like backup, WAF, and malware scan. Includes free tools like stats, CDN and social sharing.
Category Scores
Issues to Review
Prioritized issue groups from the latest Plugin Check scan
I18n
2,429
1 issue group
Maintainability
1,484
19 issue groups
Security
158
3 issue groups
Performance
32
2 issue groups
ERRORI18nText Domain MismatchMismatched text domain. Expected 'jetpack' but got 'jetpack-account-protection'.2,429
- Category
- I18n
- Occurrences
- 2,429
- Severity
- error
Sample message
Mismatched text domain. Expected 'jetpack' but got 'jetpack-account-protection'.
WARNINGMaintainabilityNon-prefixed global variableGlobal variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$$global_name".435
- Category
- Maintainability
- Occurrences
- 435
- Severity
- warning
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$$global_name".
WARNINGMaintainabilityNon-prefixed hook nameHook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "'jitm_' . $envelope->CTA->hook".290
- Category
- Maintainability
- Occurrences
- 290
- Severity
- warning
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "'jitm_' . $envelope->CTA->hook".
ERRORMaintainabilityMissing direct file access protectionPHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;181
- Category
- Maintainability
- Occurrences
- 181
- Severity
- error
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
WARNINGMaintainabilityNon-prefixed functionFunctions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "Markdown".155
- Category
- Maintainability
- Occurrences
- 155
- Severity
- warning
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "Markdown".
WARNINGMaintainabilityDirect QueryUse of a direct database call is discouraged.89
- Category
- Maintainability
- Occurrences
- 89
- Severity
- warning
Sample message
Use of a direct database call is discouraged.
ERRORSecurityException output is not escapedAll output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"$errstr (file: $errfile; line: $errline)"'.89
- Category
- Security
- Occurrences
- 89
- Severity
- error
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"$errstr (file: $errfile; line: $errline)"'.
WARNINGMaintainabilityNo CachingDirect database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().68
- Category
- Maintainability
- Occurrences
- 68
- Severity
- warning
Sample message
Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().
ERRORMaintainabilitybadly named filesFile and folder names must not contain spaces or special characters.65
- Category
- Maintainability
- Occurrences
- 65
- Severity
- error
Sample message
File and folder names must not contain spaces or special characters.
WARNINGSecurityDatabase parameter is not escapedUnescaped parameter $child_table used in $wpdb->get_results()\n$child_table assigned unsafely at line 357.56
- Category
- Security
- Occurrences
- 56
- Severity
- warning
Sample message
Unescaped parameter $child_table used in $wpdb->get_results()\n$child_table assigned unsafely at line 357.
Show 15 moreShow less
WARNINGMaintainabilityNon-prefixed constant48
- Category
- Maintainability
- Occurrences
- 48
- Severity
- warning
Sample message
Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "DISABLE_JETPACK_WAF".
ERRORMaintainabilityNot Allowed35
- Category
- Maintainability
- Occurrences
- 35
- Severity
- error
Sample message
Use of heredoc syntax (<<<) is not allowed; use standard strings or inline HTML instead
WARNINGMaintainabilityNon-prefixed class28
- Category
- Maintainability
- Occurrences
- 28
- Severity
- warning
Sample message
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "Abstract_Jetpack_Site".
WARNINGMaintainabilityslow db query meta key18
- Category
- Maintainability
- Occurrences
- 18
- Severity
- warning
Sample message
Detected usage of meta_key, possible slow query.
WARNINGPerformancePost Not In exclude18
- Category
- Performance
- Occurrences
- 18
- Severity
- warning
Sample message
Using exclusionary parameters, like exclude, in calls to get_posts() should be done with caution, see https://wpvip.com/documentation/performance-improvements-by-removing-usage-of-post__not_in/ for more information.
WARNINGMaintainabilityDiscouraged PHP function16
- Category
- Maintainability
- Occurrences
- 16
- Severity
- warning
Sample message
The use of function ini_set() is discouraged
WARNINGMaintainabilityslow db query meta value14
- Category
- Maintainability
- Occurrences
- 14
- Severity
- warning
Sample message
Detected usage of meta_value, possible slow query.
WARNINGPerformancePost Not In post not in14
- Category
- Performance
- Occurrences
- 14
- Severity
- warning
Sample message
Using exclusionary parameters, like post__not_in, in calls to get_posts() should be done with caution, see https://wpvip.com/documentation/performance-improvements-by-removing-usage-of-post__not_in/ for more information.
WARNINGSecurityMissing nonce verification13
- Category
- Security
- Occurrences
- 13
- Severity
- warning
Sample message
Processing form data without nonce verification.
WARNINGMaintainabilityslow db query meta query12
- Category
- Maintainability
- Occurrences
- 12
- Severity
- warning
Sample message
Detected usage of meta_query, possible slow query.
WARNINGMaintainabilityDynamic hook name12
- Category
- Maintainability
- Occurrences
- 12
- Severity
- warning
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "$filter".
ERRORMaintainabilityOffloaded Content5
- Category
- Maintainability
- Occurrences
- 5
- Severity
- error
Sample message
Offloading images, js, css, and other scripts to your servers or any remote service is disallowed.
WARNINGMaintainabilityslow db query tax query5
- Category
- Maintainability
- Occurrences
- 5
- Severity
- warning
Sample message
Detected usage of tax_query, possible slow query.
WARNINGMaintainabilityerror log error log5
- Category
- Maintainability
- Occurrences
- 5
- Severity
- warning
Sample message
error_log() found. Debug code should not normally be used in production.
ERRORMaintainabilityForbidden PHP function found3
- Category
- Maintainability
- Occurrences
- 3
- Severity
- error
Sample message
The use of function do_shortcode_tag() is forbidden
External Connections
Potential connections found in static code analysis.
Outbound calls
252
External assets
0
Incoming endpoints
48
Notable Domains
Platform / Reference Domains
External Asset Domains
No external asset domains detected.
Incoming Endpoints
register_rest_route
register_rest_route
register_rest_route
register_rest_route
register_rest_route
register_rest_route
Score History
2 score snapshots
v15.9.1
23
Latest
- Findings
- 4,124
- Errors
- 2,821
- Warnings
- 1,303
- Check
- 2.0.0
v15.9
23
Score
- Findings
- 4,124
- Errors
- 2,821
- Warnings
- 1,303
- Check
- 2.0.0
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 23 | 4,124 | 2,821 | 1,303 | v15.9.1 | 2.0.0 |
| 23 | 4,124 | 2,821 | 1,303 | v15.9 | 2.0.0 |
Relationship Map
Author, categories, issues, domains, and nearby plugins.