Customize and secure your WordPress login page with logo, backgrounds, templates, custom login URL, reCAPTCHA protection, and login activity logs — no …
Prioritized issue groups from the latest Plugin Check scan
Security
170
13 issue groups
Maintainability
67
11 issue groups
I18n
50
1 issue group
Sample message
Missing $domain parameter in function call to __().
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$aria_describedby'.
Sample message
Detected usage of a non-sanitized input variable: $_GET['action']
Sample message
$_GET['action'] 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
Processing form data without nonce verification.
Sample message
Use placeholders and $wpdb->prepare(); found interpolated variable $table_name at "DELETE FROM $table_name WHERE login_time < NOW() - INTERVAL 7 DAY"
Sample message
Use placeholders and $wpdb->prepare(); found $insert
Sample message
Unescaped parameter $table_name used in $wpdb->get_results()
Sample message
Detected usage of a possibly undefined superglobal array index: $_GET['action']. Check that the array index exists before using it.
Sample message
Processing form data without nonce verification.
Sample message
Unescaped parameter $insert used in $wpdb->query()\n$insert assigned unsafely at line 107.
Sample message
Function "determine_locale()" requires WordPress 5.0.0, but your plugin minimum supported version is WordPress 4.0.0.
Sample message
error_log() found. Debug code should not normally be used in production.
Sample message
wp_redirect() found. Using wp_safe_redirect(), along with the "allowed_redirect_hosts" filter if needed, can help avoid any chances of malicious redirects within code. It is also important to remember to call exit() after a redirect so that no other unwanted code is executed.
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
File has mixed line endings; this may cause incorrect results
Sample message
Found call to wp_enqueue_script() with external resource. Offloading scripts to your servers or any remote service is disallowed.
Sample message
Sanitization missing for register_setting().
Sample message
All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.
Sample message
rand() is discouraged. Use the far less predictable wp_rand() instead.
Sample message
The plugin name includes a restricted term. Your chosen plugin name - "Custom Login Page Styler For WordPress" - contains the restricted term "wordpress" which cannot be used at all in your plugin name.
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fclose().
Sample message
Resource version not set in call to wp_register_script(). This means new versions of the script may not always be loaded due to browser caching.
Not analyzed yet.
First score snapshot
v7.1.2
35
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 35 | 293 | 125 | 168 | v7.1.2 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.