XML and Google News Sitemaps
Prioritized issue groups from the latest Plugin Check scan
Security
195
8 issue groups
Maintainability
171
14 issue groups
I18n
89
3 issue groups
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$access".
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$category_name'.
Sample message
All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.
Sample message
Use of the "translate()" function is reserved for low-level API usage.
Sample message
Missing $domain parameter in function call to translate().
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
Use placeholders and $wpdb->prepare(); found interpolated variable {$add_seconds_server} at "SELECT DATE_ADD(post_{$field}_gmt, INTERVAL '{$add_seconds_server}' SECOND) FROM {$wpdb->posts} WHERE {$where} ORDER BY {$wpdb->posts}.post_{$field}_gmt {$order} LIMIT 1"
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "list_cats".
Sample message
Unescaped parameter $field used in $wpdb->get_var()\n$field used without escaping.
Sample message
Use of a direct database call is discouraged.
Sample message
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
Sample message
Detected usage of a non-sanitized input variable: $_POST['lana_sitemap_exclude']
Sample message
$_POST['lana_sitemap_exclude'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
strip_tags() is discouraged. Use the more comprehensive wp_strip_all_tags() instead.
Sample message
Using date_default_timezone_set() and similar isn't allowed, instead use WP internal timezone support.
Sample message
error_log() found. Debug code should not normally be used in production.
Sample message
The parameter "array( 'hide_empty' => 0, 'hierachical' => true )" at position #2 of get_terms() has been deprecated since WordPress version 4.5.0. Instead do not pass the parameter.
Sample message
Use placeholders and $wpdb->prepare(); found $query
Sample message
Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "DONOTCACHEDB".
Sample message
The use of function create_function() is forbidden
Sample message
Detected usage of tax_query, possible slow query.
Sample message
Detected usage of a possibly undefined superglobal array index: $_REQUEST['post_ID']. Check that the array index exists before using it.
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
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.
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Potential connections found in static code analysis.
Outbound calls
52
External assets
0
Incoming endpoints
0
No external asset domains detected.
No public endpoints detected.
First score snapshot
v1.0.3
33
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 33 | 458 | 241 | 217 | v1.0.3 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.