Enforce WordPress login and password security policies to protect user accounts and prevent unauthorized logins.
Prioritized issue groups from the latest Plugin Check scan
Maintainability
248
13 issue groups
Security
50
8 issue groups
I18n
37
3 issue groups
Performance
5
1 issue group
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$active".
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "login_redirect".
Sample message
Namespaces declared by a theme/plugin should start with the theme/plugin prefix. Found: "MLS".
Sample message
Mismatched text domain. Expected 'melapress-login-security' but got 'c4wp-wpp'.
Sample message
Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "MLS_BASENAME".
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$remaining'.
Sample message
Processing form data without nonce verification.
Sample message
Missing $domain parameter in function call to __().
Sample message
Detected usage of a non-sanitized input variable: $_COOKIE[$rp_cookie]
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "melapress_login_security".
Sample message
Processing form data without nonce verification.
Sample message
Using exclusionary parameters, like exclude, in calls to get_posts() should be done with caution, see https://wpvip.com/documentation/performance-improvements-by-removing-usage-of-post__not_in/ for more information.
Sample message
Detected usage of a possibly undefined superglobal array index: $_POST['rp_key']. Check that the array index exists before using it.
Sample message
$_COOKIE[$rp_cookie] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
File and folder names must not contain spaces or special characters.
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
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
Offloading images, js, css, and other scripts to your servers or any remote service is disallowed.
Sample message
Unescaped parameter $select used in $wpdb->get_results()\n$select assigned unsafely at line 1202.
Sample message
Use placeholders and $wpdb->prepare(); found $select
Sample message
Detected usage of meta_key, possible slow query.
Sample message
Detected usage of meta_value, possible slow query.
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "$this->identifier . '_completed'".
Not analyzed yet.
First score snapshot
v2.3.0
31
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 31 | 347 | 69 | 278 | v2.3.0 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.