Generate multiple types of sitemaps to improve SEO and get your website indexed quickly.
Prioritized issue groups from the latest Plugin Check scan
Security
66
8 issue groups
Maintainability
35
12 issue groups
I18n
13
4 issue groups
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
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
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
Use of a direct database call is discouraged.
Sample message
Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().
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://wpvip.com/documentation/performance-improvements-by-removing-usage-of-post__not_in/ for more information.
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
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
The use of function set_time_limit() is discouraged
Sample message
Use placeholders and $wpdb->prepare(); found $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
Unescaped parameter $sql used in $wpdb->get_results()\n$sql assigned unsafely at line 1130.
Sample message
Detected usage of tax_query, possible slow query.
Sample message
error_reporting() can lead to full path disclosure.
Sample message
parse_url() is discouraged because of inconsistency in the output across PHP versions; use wp_parse_url() instead.
Sample message
strip_tags() is discouraged. Use the more comprehensive wp_strip_all_tags() instead.
Sample message
The parameter "array( 'hide_empty' => true )" at position #2 of wp_count_terms() has been deprecated since WordPress version 5.6.0. Instead do not pass the parameter.
Sample message
Missing $domain parameter in function call to esc_html_e().
Sample message
A function call to __() with texts containing placeholders was found, but was not accompanied by a "translators:" comment on the line above to clarify the meaning of the placeholders.
Sample message
Translatable string should not be wrapped in HTML. Found: '<h4>One or more plugins conflict with proper indexation of your website. Use the deactivate button below to disable the extra sitemaps:</h4>\n '
Not analyzed yet.
First score snapshot
v4.1.24
37
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 37 | 122 | 43 | 79 | v4.1.24 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.