Prioritized issue groups from the latest Plugin Check scan
I18n
76
7 issue groups
Security
24
8 issue groups
Maintainability
13
9 issue groups
Repo Compliance
1
1 issue group
Sample message
The $domain parameter must be a single text string literal. Found: \Cacholong\Entities\Identifier::CC_TEXT_DOMAIN
Sample message
Missing $domain parameter in function call to __().
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
The $context parameter must be a single text string literal. Found: \Cacholong\Entities\Identifier::CC_TEXT_DOMAIN
Sample message
Detected usage of a non-sanitized input variable: $_GET['_wpnonce']
Sample message
$_GET['_wpnonce'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
The $text parameter must not contain interpolated variables or expressions. Found: {$adminNoticeClass}
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$JSON'.
Sample message
print_r() found. Debug code should not normally be used in production.
Sample message
Processing form data without nonce verification.
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
Use placeholders and $wpdb->prepare(); found interpolated variable {$prefix} at "SELECT meta_key FROM {$wpdb->usermeta} WHERE user_id = {$userID} AND meta_key LIKE '{$prefix}%'; "
Sample message
Multiple placeholders in translatable strings should be ordered. Expected "%1\$s, %2\$s", but got "%s, %s" in "%s cache (%s)".
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
Unescaped parameter $userID used in $wpdb->get_results()\n$userID assigned unsafely at line 193.
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
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
Sample message
Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "$name_uppercase".
Sample message
error_log() found. Debug code should not normally be used in production.
Sample message
Detected usage of a possibly undefined superglobal array index: $_GET['_wpnonce']. Check that the array index exists before using it.
Sample message
In footer ($in_footer) is not set explicitly wp_register_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
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
One or more tags were ignored. Please limit your plugin to 5 tags.
Potential connections found in static code analysis.
Outbound calls
70
External assets
0
Incoming endpoints
0
No external asset domains detected.
No public endpoints detected.
2 score snapshots
v7.0.1
41
Latest
v7.0.0
41
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 41 | 117 | 87 | 30 | v7.0.1 | 2.0.0 |
| 41 | 117 | 87 | 30 | v7.0.0 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.