WIP Custom Login allows you to customize the login section of WordPress
Prioritized issue groups from the latest Plugin Check scan
Security
26
5 issue groups
Maintainability
24
6 issue groups
I18n
2
2 issue groups
Sample message
Detected usage of a non-sanitized input variable: $_FILES['wip_custom_login_upload_file']['tmp_name']
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
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$banner[array_rand($banner)]'.
Sample message
Processing form data without nonce verification.
Sample message
Function "wp_unslash()" requires WordPress 3.6.0, but your plugin minimum supported version is WordPress 3.5.0.
Sample message
$_GET['tab'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$message_action".
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
Detected usage of a possibly undefined superglobal array index: $_GET['tab']. Check that the array index exists before using it.
Sample message
Version parameter is not explicitly set or has been set to an equivalent of "false" for wp_enqueue_script; This means that the WordPress core version will be used which is not recommended for plugin or theme development.
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
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
Missing $domain parameter in function call to esc_attr_e().
Potential connections found in static code analysis.
Outbound calls
13
External assets
0
Incoming endpoints
0
No external asset domains detected.
No public endpoints detected.
3 score snapshots
v1.3.9
52
Latest
v1.3.8
43
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 52 | 52 | 18 | 34 | v1.3.9 | 2.0.0 |
| 43 | 58 | 21 | 37 | v1.3.8 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.