This is a simple login form in the widget. This will allow users to login to the site from frontend.
Prioritized issue groups from the latest Plugin Check scan
Security
266
9 issue groups
Maintainability
249
14 issue groups
I18n
6
2 issue groups
Sample message
Function "__()" requires WordPress 2.1.0, but your plugin minimum supported version is WordPress 2.0.2.
Sample message
All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$args'.
Sample message
$_GET['action'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Detected usage of a possibly undefined superglobal array index: $_GET['login']. Check that the array index exists before using it.
Sample message
Detected usage of a non-sanitized input variable: $_POST['login_widget_ap_field']
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$aperror".
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "_recaptcha_aes_encrypt".
Sample message
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
Sample message
Use of a direct database call is discouraged.
Sample message
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "AP_Forgot_Pass_Class".
Sample message
Processing form data without nonce verification.
Sample message
Processing form data without nonce verification.
Sample message
Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().
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.
Sample message
In footer ($in_footer) is not set explicitly wp_enqueue_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
Mismatched text domain. Expected 'login-sidebar-widget' but got 'all-in-one-wp-security-and-firewall'.
Sample message
No PHP code was found in this file and short open tags are not allowed by this install of PHP. This file may be using short open tags but PHP does not allow them.
Sample message
Unescaped parameter $query used in $wpdb->get_results()\n$query assigned unsafely at line 44.
Sample message
Use placeholders and $wpdb->prepare(); found $query
Sample message
Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "LSW_DIR_NAME".
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "ap_login_log_front".
Sample message
Scripts must be registered/enqueued via wp_enqueue_script()
Sample message
The $text parameter must be a single text string literal. Found: $msg
Potential connections found in static code analysis.
Outbound calls
40
External assets
1
Incoming endpoints
0
No public endpoints detected.
2 score snapshots
v6.1.3
26
Latest
v6.1.2
25
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 26 | 533 | 335 | 198 | v6.1.3 | 2.0.0 |
| 25 | 533 | 335 | 198 | v6.1.2 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.