Prioritized issue groups from the latest Plugin Check scan
Security
33
6 issue groups
I18n
13
4 issue groups
Maintainability
10
6 issue groups
Repo Compliance
2
2 issue groups
Sample message
Processing form data without nonce verification.
Sample message
$_GET[$name] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Mismatched text domain. Expected 'taxonomy-switcher' but got 'wds'.
Sample message
Detected usage of a non-sanitized input variable: $_GET[$name]
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
Use of a direct database call is discouraged.
Sample message
Use placeholders and $wpdb->prepare(); found interpolated variable {$term_ids} at "SELECT post_id FROM $wpdb->postmeta WHERE meta_key = '_menu_item_object_id' AND meta_value IN ( {$term_ids} );"
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$notice'.
Sample message
The use of function set_time_limit() is discouraged
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().
Sample message
wp_redirect() found. Using wp_safe_redirect(), along with the "allowed_redirect_hosts" filter if needed, can help avoid any chances of malicious redirects within code. It is also important to remember to call exit() after a redirect so that no other unwanted code is executed.
Sample message
The parameter "null" at position #3 of add_option() has been deprecated since WordPress version 2.3.0. Use "" instead.
Sample message
The parameter "$args" at position #2 of get_terms() has been deprecated since WordPress version 4.5.0. Instead do not pass the parameter.
Sample message
Missing singular placeholder, needed for some languages. See https://codex.wordpress.org/I18n_for_WordPress_Developers#Plurals
Sample message
Multiple placeholders in translatable strings should be ordered. Expected "%1$s, %2$s, %3$s", but got "%s, %s, %s" in 'Switching %s with the taxonomy \'%s\' to the taxonomy \'%s\''.
Sample message
Your plugin has an invalid license declared. Please update your readme with a valid SPDX license identifier.
Sample message
Missing "License" in Plugin Header. Please update your Plugin Header with a valid GPLv2 (or later) compatible license.
Potential connections found in static code analysis.
Outbound calls
2
External assets
0
Incoming endpoints
1
No external asset domains detected.
No public endpoints detected.
wp_ajax
2 score snapshots
v1.1.1
48
Latest
v1.1.0
47
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 48 | 58 | 22 | 36 | v1.1.1 | 2.0.0 |
| 47 | 59 | 23 | 36 | v1.1.0 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.