Manage multiple WordPress sites from one dashboard.
Prioritized issue groups from the latest Plugin Check scan
I18n
277
3 issue groups
Security
242
9 issue groups
Maintainability
135
13 issue groups
Sample message
Mismatched text domain. Expected 'ithemes-sync' but got 'it-l10n-ithemes-sync'.
Sample message
All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"<div class=\"error\"><p><strong>$error</strong></p></div>\n"'.
Sample message
Processing form data without nonce verification.
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
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
Detected usage of a non-sanitized input variable: $_GET[$var]
Sample message
$_GET[$var] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "after_mu_upgrade".
Sample message
Missing $domain parameter in function call to __().
Sample message
Processing form data without nonce verification.
Sample message
Use placeholders and $wpdb->prepare(); found $query
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$$cache_var".
Sample message
The use of function ini_set() is discouraged
Sample message
Namespaces declared by a theme/plugin should start with the theme/plugin prefix. Found: "SolidWP\Central\Admin_Post".
Sample message
trigger_error() found. Debug code should not normally be used in production.
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 possibly undefined superglobal array index: $_GET[self::AUTH_ARG_HASH]. Check that the array index exists before using it.
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
error_reporting() can lead to full path disclosure.
Sample message
Unescaped parameter $result used in $wpdb->query()\n$result assigned unsafely at line 110.
Sample message
The use of function passthru() is forbidden
Sample message
File has mixed line endings; this may cause incorrect results
Not analyzed yet.
First score snapshot
v4.0.2
26
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 26 | 675 | 462 | 213 | v4.0.2 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.