Login Me Now combines Passwordless Login, Email Magic Links, Phone OTP Verification, Temporary Logins, Social Logins (Google & Facebook), User Swi …
Prioritized issue groups from the latest Plugin Check scan
Security
174
10 issue groups
Maintainability
117
14 issue groups
I18n
9
1 issue group
Sample message
Processing form data without nonce verification.
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$allowed_countries".
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$button'.
Sample message
Processing form data without nonce verification.
Sample message
Use placeholders and $wpdb->prepare(); found $created_at
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "after_login_me_now_load".
Sample message
Detected usage of a non-sanitized input variable: $_COOKIE[$auth_cookie_name]
Sample message
$_GET['code'] not unslashed before sanitization. Use wp_unslash() or similar
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
error_log() found. Debug code should not normally be used in production.
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
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
Use placeholders and $wpdb->prepare(); found interpolated variable $table at "SELECT * FROM $table WHERE meta_key = %s LIMIT %d OFFSET %d"
Sample message
print_r() found. Debug code should not normally be used in production.
Sample message
All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.
Sample message
Unescaped parameter $table used in $wpdb->get_results()\n$table assigned unsafely at line 106.
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "$this->client->slug . '_tracker_data'".
Sample message
Detected usage of a possibly undefined superglobal array index: $_GET['code']. Check that the array index exists before using it.
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "current_user_switched".
Sample message
Function "is_login()" requires WordPress 6.1.0, but your plugin minimum supported version is WordPress 5.6.0.
Sample message
Detected usage of meta_query, possible slow query.
Sample message
Detected usage of meta_value, possible slow query.
Sample message
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
Sample message
Resource version not set in call to wp_enqueue_script(). This means new versions of the script may not always be loaded due to browser caching.
Potential connections found in static code analysis.
Outbound calls
297
External assets
2
Incoming endpoints
1
No public endpoints detected.
wp_ajax
First score snapshot
v1.16
29
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 29 | 319 | 86 | 233 | v1.16 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.