Prioritized issue groups from the latest Plugin Check scan
Maintainability
467
9 issue groups
I18n
462
5 issue groups
Security
310
11 issue groups
Sample message
Missing $domain parameter in function call to __().
Sample message
Short PHP opening tag used with echo; expected "<?php echo $activeCountry ..." but found "<?= $activeCountry ..."
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$activeCountry".
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '" <a href='$forceUrl'>"'.
Sample message
Processing form data without nonce verification.
Sample message
$_GET['confirm'] 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
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$customerNumberPrefix'.
Sample message
Detected usage of a non-sanitized input variable: $_GET['filter_context']
Sample message
Use placeholders and $wpdb->prepare(); found $prefix
Sample message
Processing form data without nonce verification.
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
Attempting a database schema change is discouraged.
Sample message
Unescaped parameter $prefix used in $wpdb->query()\n$prefix used without escaping.
Sample message
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
Sample message
print_r() found. Debug code should not normally be used in production.
Sample message
Detected usage of a possibly undefined superglobal array index: $_GET['id']. Check that the array index exists before using it.
Sample message
The $text parameter must be a single text string literal. Found: "Confirma que pretende marcar todas as encomendas como já geradas? <a href='" . admin_url('admin.php?page=moloni&action=remInvoiceAll&confirm=true') . "'>Sim confirmo!</a>"
Sample message
Use placeholders and $wpdb->prepare(); found interpolated variable {$prefix} at "RENAME TABLE moloni_api TO {$prefix}moloni_api"
Sample message
Mismatched text domain. Expected 'moloni' but got 'Moloni'.
Sample message
Multiple placeholders in translatable strings should be ordered. Expected "%1$d, %2$d, %3$s", but got "%d, %d, %s" in 'Stock já se encontra correto no Moloni (%d|%d) (%s)'.
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
Function "str_starts_with()" requires WordPress 5.9.0, but your plugin minimum supported version is WordPress 4.6.0.
Sample message
Unescaped parameter $queryClean used in $wpdb->get_results()\n$queryClean assigned unsafely at line 117.
Potential connections found in static code analysis.
Outbound calls
96
External assets
8
Incoming endpoints
6
No public endpoints detected.
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
3 score snapshots
v5.0.07
23
Latest
v5.0.06
23
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 23 | 1,256 | 901 | 355 | v5.0.07 | 2.0.0 |
| 23 | 1,257 | 901 | 356 | v5.0.06 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.