Allow multiple user accounts to be created, registered, and updated having the same email address.
Prioritized issue groups from the latest Plugin Check scan
I18n
64
4 issue groups
Security
56
10 issue groups
Maintainability
12
6 issue groups
Repo Compliance
2
2 issue groups
Sample message
The $domain parameter must be a single text string literal. Found: $this->textdomain
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"<br /><span class='c2c-input-help'>{$help}</span>\n"'.
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
Use of heredoc syntax (<<<) is not allowed; use standard strings or inline HTML instead
Sample message
Processing form data without nonce verification.
Sample message
Detected usage of a non-sanitized input variable: $_SERVER['PHP_SELF']
Sample message
Detected usage of a possibly undefined superglobal array index: $_SERVER['PHP_SELF']. Check that the array index exists before using it.
Sample message
$_SERVER['PHP_SELF'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Use of a direct database call is discouraged.
Sample message
Processing form data without nonce verification.
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
Unescaped parameter $sql used in $wpdb->get_var()
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 $sql
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found interpolation in unescaped heredoc.
Sample message
add_option_whitelist() has been deprecated since WordPress version 5.5.0. Use add_allowed_options() instead.
Sample message
sanitize_user_object() has been deprecated since WordPress version 3.3.0.
Sample message
Mismatched text domain. Expected 'allow-multiple-accounts' but got 'buddypress'.
Sample message
Application files are not permitted.
Sample message
Tested up to: 4.2 < 7.0. The "Tested up to" value in your plugin is not set to the current version of WordPress. This means your plugin will not show up in searches, as we require plugins to be compatible and documented as tested up to the most recent version of WordPress.
Sample message
One or more tags were ignored. Please limit your plugin to 5 tags.
Not analyzed yet.
First score snapshot
v3.0.4
40
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 40 | 134 | 115 | 19 | v3.0.4 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.