Easily build a custom login page using the WordPress customizer. Customize login styles, logo, forms, and solve any link not found errors quickly.
Prioritized issue groups from the latest Plugin Check scan
Maintainability
101
9 issue groups
Security
98
8 issue groups
I18n
9
3 issue groups
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "customize_pre_update_option_filter".
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "login_body_class".
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$args".
Sample message
Processing form data without nonce verification.
Sample message
Detected usage of a non-sanitized input variable: $_FILES['lpc-import-file']['tmp_name']
Sample message
$_GET['action'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Processing form data without nonce verification.
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$aria_describedby_error'.
Sample message
All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.
Sample message
Detected usage of a possibly undefined superglobal array index: $_FILES['lpc-import-file']['tmp_name']. Check that the array index exists before using it.
Sample message
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "LPC_Alpha_Color_Control".
Sample message
Missing $domain parameter in function call to _x().
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
Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "LPC_ALPHA_VERSION".
Sample message
Resource version not set in call to wp_enqueue_style(). This means new versions of the style may not always be loaded due to browser caching.
Sample message
Version parameter is not explicitly set or has been set to an equivalent of "false" for wp_enqueue_style; This means that the WordPress core version will be used which is not recommended for plugin or theme development.
Sample message
The $text parameter must be a single text string literal. Found: 'Paste your custom CSS without style tag. [ **Required reload after publish ]<br>' .\r\n "Here's some helpful, highly specific CSS selectors for the login page:<br>" .\r\n 'body.login {}<br>' .\r\n 'body.login div#login<br>' .\r\n 'body.login div#login h1<br>' .\r\n 'body.login div#login h1 a<br>' .\r\n 'body.login div#login form#loginform<br>' .\r\n 'body.login div#login form#loginform p<br>' .\r\n 'body.login div#login form#loginform p label<br>' .\r\n 'body.login div#login form#loginform input<br>' .\r\n 'body.login div#login form#loginform input#user_login<br>' .\r\n 'body.login div#login form#loginform input#user_pass<br>' .\r\n 'body.login div#login form#loginform p.forgetmenot<br>' .\r\n 'body.login div#login form#loginform p.submit<br>' .\r\n 'body.login div#login form#loginform p.submit input#wp-submit<br>' .\r\n 'body.login div#login p#nav<br>' .\r\n 'body.login div#login p#nav a<br>' .\r\n 'body.login div#login p#backtoblog<br>' .\r\n 'body.login div#login p#backtoblog a'
Sample message
Mismatched text domain. Expected 'customizer-login-page' but got 'logipc'.
Sample message
Plugin name "Login Page Customizer - Customize Login Screen & Branding" is different from the name declared in plugin header "Customizer Login Page".
Potential connections found in static code analysis.
Outbound calls
56
External assets
1
Incoming endpoints
1
No external asset domains detected.
No public endpoints detected.
wp_ajax
First score snapshot
v2.1.5
38
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 38 | 208 | 36 | 172 | v2.1.5 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.