Automatically generates XML Sitemaps for your site and notifies search engines when they're updated.
Prioritized issue groups from the latest Plugin Check scan
Security
72
9 issue groups
Maintainability
44
15 issue groups
I18n
3
1 issue group
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$file'.
Sample message
Detected usage of a possibly undefined superglobal array index: $_POST['exclude_pages']. Check that the array index exists before using it.
Sample message
Detected usage of a non-sanitized input variable: $_POST['exclude_pages']
Sample message
$_POST['exclude_pages'] not unslashed before sanitization. Use wp_unslash() or similar
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
Unescaped parameter $sql used in $wpdb->get_results()\n$sql assigned unsafely at line 254.
Sample message
Use placeholders and $wpdb->prepare(); found $sql
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "query_string".
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fwrite().
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
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
Plugin folders are deleted when upgraded. Do not save data to the plugin folder using rename(). Detected usage of constant WP_CONTENT_DIR. Use wp_upload_dir() to get the uploads directory path or save to the database instead.
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: chmod().
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fclose().
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fopen().
Sample message
rename() is discouraged. Use WP_Filesystem::move() to rename a file.
Sample message
The parameter "array( 'hide_empty' => 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 of heredoc syntax (<<<) is not allowed; use standard strings or inline HTML instead
Sample message
Unescaped parameter $this->front_page_id used in $wpdb->get_row()
Sample message
The use of function ini_set() is discouraged
Sample message
Use placeholders and $wpdb->prepare(); found interpolated variable $this->front_page_id at \t\t\tWHERE\tposts.ID = $this->front_page_id\n
Sample message
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "sitemap_xml".
Sample message
Processing form data without nonce verification.
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: is_writable().
Not analyzed yet.
First score snapshot
v3.0.1
33
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 33 | 127 | 65 | 62 | v3.0.1 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.