Generate multiple types of sitemaps to improve SEO and get your website indexed quickly.
Prioritized issue groups from the latest Plugin Check scan
Security
67
10 issue groups
Maintainability
46
13 issue groups
I18n
10
1 issue group
Performance
4
1 issue group
Sample message
Detected usage of a possibly undefined superglobal array index: $_POST['pluginList']. Check that the array index exists before using it.
Sample message
Use of a direct database call is discouraged.
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"<script>\n'.
Sample message
$_POST['pluginList'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().
Sample message
Detected usage of a non-sanitized input variable: $_SERVER['HTTP_HOST']
Sample message
The $text parameter must be a single text string literal. Found: $taxonomy->label
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
Processing form data without nonce verification.
Sample message
Using exclusionary parameters, like exclude, in calls to get_posts() should be done with caution, see https://docs.wpvip.com/databases/optimize-queries/using-post__not_in/ for more information.
Sample message
The parameter "array( 'exclude' => $excludes )" at position #2 of get_terms() has been deprecated since WordPress version 4.5.0. Instead do not pass the parameter.
Sample message
Offloading images, js, css, and other scripts to your servers or any remote service is disallowed.
Sample message
The use of function set_time_limit() is discouraged
Sample message
Use placeholders and $wpdb->prepare(); found interpolated variable $legacy_placeholders at \t\t\t\t\t\tWHERE tt.term_id IN ($legacy_placeholders)\n
Sample message
Replacement variables found, but no valid placeholders found in the query.
Sample message
error_log() found. Debug code should not normally be used in production.
Sample message
Detected usage of a non-sanitized, non-validated input variable _SERVER: "://$_SERVER[HTTP_HOST]$_SERVER[REQUEST_URI]"
Sample message
rename() is discouraged. Use WP_Filesystem::move() to rename a file.
Sample message
Detected production-time change to PHP error reporting: define().
Sample message
Detected production-time change to PHP error reporting: define().
Sample message
Detected production-time change to PHP error reporting: error_reporting().
Sample message
Unescaped parameter $sql used in $wpdb->get_results()\n$sql assigned unsafely at line 1740.
Sample message
Use placeholders and $wpdb->prepare(); found $sql
Sample message
Detected usage of tax_query, possible slow query.
Sample message
error_reporting() can lead to full path disclosure.
Potential connections found in static code analysis.
Outbound calls
27
External assets
0
Incoming endpoints
1
No external asset domains detected.
No public endpoints detected.
wp_ajax
2 score snapshots
v4.1.25
35
Latest
v4.1.24
37
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 35 | 137 | 43 | 94 | v4.1.25 | 2.1.0 |
| 37 | 122 | 43 | 79 | v4.1.24 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.