Privacy friendly, GDPR compliant and self-hosted. Matomo is the #1 Google Analytics alternative that gives you control of your data. Free and secure.
Prioritized issue groups from the latest Plugin Check scan
Security
1,736
8 issue groups
Maintainability
697
16 issue groups
I18n
80
1 issue group
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '" (Plugin '{$plugin}' is not activated.)"'.
Sample message
Detected usage of a non-sanitized input variable: $_COOKIE[$this->name]
Sample message
Processing form data without nonce verification.
Sample message
$_COOKIE[$this->name] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "HTML_Common2".
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
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
Processing form data without nonce verification.
Sample message
parse_url() is discouraged because of inconsistency in the output across PHP versions; use wp_parse_url() instead.
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"Error table {$id} is not instance of datatable<br />"'.
Sample message
Detected usage of a possibly undefined superglobal array index: $_COOKIE[$this->name]. Check that the array index exists before using it.
Sample message
var_export() found. Debug code should not normally be used in production.
Sample message
Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "DEBUG_FORCE_SCHEDULED_TASKS".
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$CONFIG_INI_PATH_RESOLVER".
Sample message
unlink() is discouraged. Use wp_delete_file() to delete a file.
Sample message
The use of function ini_set() is discouraged
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: is_writable().
Sample message
Use of heredoc syntax (<<<) is not allowed; use standard strings or inline HTML instead
Sample message
Accessing the database directly should be avoided. Please use the $wpdb object and associated functions instead. Found: \PDO.
Sample message
Function "register_block_type()" requires WordPress 5.0.0, but your plugin minimum supported version is WordPress 4.8.0.
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
Use placeholders and $wpdb->prepare(); found $prepare
Potential connections found in static code analysis.
Outbound calls
300
External assets
0
Incoming endpoints
0
No external asset domains detected.
No public endpoints detected.
4 score snapshots
v5.12.1
19
Latest
v5.12.0
19
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 19 | 2,777 | 1,900 | 877 | v5.12.1 | 2.0.0 |
| 19 | 2,796 | 1,919 | 877 | v5.12.0 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.