Manage 301 redirects, track 404 errors, and improve your site. No knowledge of Apache or Nginx required.
Prioritized issue groups from the latest Plugin Check scan
Maintainability
304
13 issue groups
Security
54
9 issue groups
I18n
3
3 issue groups
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
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "Agent_Match".
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
$_COOKIE[$cookie] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Unescaped parameter $safe_group_by used in $wpdb->get_var()\n$safe_group_by assigned unsafely at line 650.
Sample message
Attempting a database schema change is discouraged.
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "red_deprecated_php".
Sample message
Use placeholders and $wpdb->prepare(); found $placeholders
Sample message
Detected usage of a non-sanitized input variable: $_REQUEST['_wpnonce']
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "$this->filter".
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "red_default_options".
Sample message
Unescaped parameter $sql used in $wpdb->get_results()\n$sql assigned unsafely at line 92.
Sample message
Traits declared by a theme/plugin should start with the theme/plugin prefix. Found: "FromNotFrom_Match".
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$data'.
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
load_plugin_textdomain() has been discouraged since WordPress version 4.6. When your plugin is hosted on WordPress.org, you no longer need to manually include this function call for translations under your plugin slug. WordPress will automatically load the translations for you as needed.
Sample message
Replacement variables found, but no valid placeholders found in the query.
Sample message
Processing form data without nonce verification.
Sample message
Detected usage of a possibly undefined superglobal array index: $_SERVER['QUERY_STRING']. Check that the array index exists before using it.
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fwrite().
Sample message
wp_reset_query() is discouraged. Use wp_reset_postdata() instead.
Sample message
Missing $domain parameter in function call to __().
Sample message
Mismatched text domain. Expected 'redirection' but got 'default'.
Potential connections found in static code analysis.
Outbound calls
84
External assets
0
Incoming endpoints
0
No external asset domains detected.
No public endpoints detected.
3 score snapshots
v5.9.0
31
Latest
v5.8.1
34
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 31 | 362 | 39 | 323 | v5.9.0 | 2.0.0 |
| 34 | 326 | 32 | 294 | v5.8.1 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.