Add beautiful login forms with smooth AJAX login/registration effects, 2FA support, custom redrection options and many more login-related features!
Prioritized issue groups from the latest Plugin Check scan
Security
570
9 issue groups
Maintainability
313
12 issue groups
I18n
241
4 issue groups
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"<a href='$tab_link#$tab_key' id='lwa-menu-$tab_key' class='nav-tab $active_class'>$tab_name</a>"'.
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$attStmt['alg']'.
Sample message
Mismatched text domain. Expected 'login-with-ajax' but got 'buddypress'.
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$Admin_Notice".
Sample message
Processing form data without nonce verification.
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "'lwa_2FA_verify_'.sanitize_key($_REQUEST['2FA'])".
Sample message
$_COOKIE['lwa-2FA-id'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Detected usage of a non-sanitized input variable: $_COOKIE['lwa-2FA-id']
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
Missing $domain parameter in function call to __().
Sample message
Detected usage of a possibly undefined superglobal array index: $_POST['_nonce']. Check that the array index exists before using it.
Sample message
Multiple placeholders in translatable strings should be ordered. Expected "%1$s, %2$s", but got "%s, %s" in '%s is active for %s.'.
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
Use placeholders and $wpdb->prepare(); found $sql
Sample message
In footer ($in_footer) is not set explicitly wp_register_script; It is recommended to load scripts in the footer. Please set this value to `true` to load it in the footer, or explicitly `false` if it should be loaded in the header.
Sample message
Function "current_datetime()" requires WordPress 5.3.0, but your plugin minimum supported version is WordPress 4.8.0.
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "lwa_icl_inputs".
Sample message
Using cURL functions is highly discouraged. Use wp_remote_get() instead.
Sample message
All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.
Sample message
Processing form data without nonce verification.
Sample message
rand() is discouraged. Use the far less predictable wp_rand() instead.
Sample message
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "LoginWithAjax".
Sample message
Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "LWA_TEMPLATE_CLASSIC_LOADED".
Not analyzed yet.
First score snapshot
v4.5.1
23
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 23 | 1,143 | 623 | 520 | v4.5.1 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.