Prioritized issue groups from the latest Plugin Check scan
Security
39
9 issue groups
Maintainability
23
9 issue groups
I18n
4
2 issue groups
Repo Compliance
2
2 issue groups
Sample message
$_GET["order"] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Processing form data without nonce verification.
Sample message
Use of a direct database call is discouraged.
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found 'BUtils'.
Sample message
Detected usage of a non-sanitized input variable: $_GET["paged"]
Sample message
Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().
Sample message
Processing form data without nonce verification.
Sample message
Detected usage of a possibly undefined superglobal array index: $_POST['account_state'][$key]. Check that the array index exists before using it.
Sample message
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
Sample message
Mismatched text domain. Expected 'simple-membership-wp-user-import' but got 'simple-membership'.
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
The plugin name includes a restricted term. Your chosen plugin name - "Simple Membership WP User Import" - contains the restricted term "wp" which cannot be used at all in your plugin name.
Sample message
Unescaped parameter $query used in $wpdb->get_results()\n$query assigned unsafely at line 90.
Sample message
Use placeholders and $wpdb->prepare(); found $query
Sample message
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "SwpmWpImport".
Sample message
All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.
Sample message
strip_tags() is discouraged. Use the more comprehensive wp_strip_all_tags() instead.
Sample message
Resource version not set in call to wp_register_style(). This means new versions of the style may not always be loaded due to browser caching.
Sample message
Missing $domain parameter in function call to _e().
Sample message
Plugin name "Simple Membership WP user Import" is different from the name declared in plugin header "Simple Membership WP User Import".
Sample message
Missing "License" in Plugin Header. Please update your Plugin Header with a valid GPLv2 (or later) compatible license.
Sample message
One or more tags were ignored. Please limit your plugin to 5 tags.
Not analyzed yet.
First score snapshot
v1.9.2
39
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 39 | 68 | 22 | 46 | v1.9.2 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.