Easily build a custom login page using the WordPress customizer. Customize login styles, logo, forms, and solve any link not found errors quickly.
Category Scores
Issues to Review
Prioritized issue groups from the latest Plugin Check scan
Maintainability
101
9 issue groups
Security
98
8 issue groups
I18n
9
3 issue groups
WARNINGMaintainabilityNon-prefixed functionFunctions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "customize_pre_update_option_filter".35
- Category
- Maintainability
- Occurrences
- 35
- Severity
- warning
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".
WARNINGMaintainabilityNon-prefixed hook nameHook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "login_body_class".25
- Category
- Maintainability
- Occurrences
- 25
- Severity
- warning
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "login_body_class".
WARNINGMaintainabilityNon-prefixed global variableGlobal variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$args".23
- Category
- Maintainability
- Occurrences
- 23
- Severity
- warning
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$args".
WARNINGSecurityNonce verification recommendedProcessing form data without nonce verification.17
- Category
- Security
- Occurrences
- 17
- Severity
- warning
Sample message
Processing form data without nonce verification.
WARNINGSecurityInput is not sanitizedDetected usage of a non-sanitized input variable: $_FILES['lpc-import-file']['tmp_name']15
- Category
- Security
- Occurrences
- 15
- Severity
- warning
Sample message
Detected usage of a non-sanitized input variable: $_FILES['lpc-import-file']['tmp_name']
WARNINGSecurityRequest data is not unslashed$_GET['action'] not unslashed before sanitization. Use wp_unslash() or similar15
- Category
- Security
- Occurrences
- 15
- Severity
- warning
Sample message
$_GET['action'] not unslashed before sanitization. Use wp_unslash() or similar
WARNINGSecurityMissing nonce verificationProcessing form data without nonce verification.13
- Category
- Security
- Occurrences
- 13
- Severity
- warning
Sample message
Processing form data without nonce verification.
ERRORSecurityOutput is not escapedAll output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$aria_describedby_error'.12
- Category
- Security
- Occurrences
- 12
- Severity
- error
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$aria_describedby_error'.
ERRORSecurityUnsafe printing functionAll output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.11
- Category
- Security
- Occurrences
- 11
- Severity
- error
Sample message
All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.
WARNINGSecurityInput is not validatedDetected usage of a possibly undefined superglobal array index: $_FILES['lpc-import-file']['tmp_name']. Check that the array index exists before using it.11
- Category
- Security
- Occurrences
- 11
- Severity
- warning
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.
Show 10 moreShow less
WARNINGMaintainabilityNon-prefixed class10
- Category
- Maintainability
- Occurrences
- 10
- Severity
- warning
Sample message
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "LPC_Alpha_Color_Control".
ERRORI18nMissing Arg Domain7
- Category
- I18n
- Occurrences
- 7
- Severity
- error
Sample message
Missing $domain parameter in function call to _x().
WARNINGSecuritywp redirect wp redirect4
- Category
- Security
- Occurrences
- 4
- Severity
- warning
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.
ERRORMaintainabilityMissing direct file access protection3
- Category
- Maintainability
- Occurrences
- 3
- Severity
- error
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
WARNINGMaintainabilityNon-prefixed constant2
- Category
- Maintainability
- Occurrences
- 2
- Severity
- warning
Sample message
Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "LPC_ALPHA_VERSION".
WARNINGMaintainabilityMissing Version1
- Category
- Maintainability
- Occurrences
- 1
- Severity
- warning
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.
ERRORMaintainabilityNo Explicit Version1
- Category
- Maintainability
- Occurrences
- 1
- Severity
- error
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.
ERRORI18nNon Singular String Literal Text1
- Category
- I18n
- Occurrences
- 1
- Severity
- error
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'
ERRORI18nText Domain Mismatch1
- Category
- I18n
- Occurrences
- 1
- Severity
- error
Sample message
Mismatched text domain. Expected 'customizer-login-page' but got 'logipc'.
WARNINGMaintainabilitymismatched plugin name1
- Category
- Maintainability
- Occurrences
- 1
- Severity
- warning
Sample message
Plugin name "Login Page Customizer - Customize Login Screen & Branding" is different from the name declared in plugin header "Customizer Login Page".
External Connections
Potential connections found in static code analysis.
Outbound calls
56
External assets
1
Incoming endpoints
1
Notable Domains
Platform / Reference Domains
External Asset Domains
No external asset domains detected.
Incoming Endpoints
No public endpoints detected.
Admin AJAX endpoints1
wp_ajax
Score History
First score snapshot
v2.1.5
38
Latest
- Findings
- 208
- Errors
- 36
- Warnings
- 172
- Check
- 2.0.0
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 38 | 208 | 36 | 172 | v2.1.5 | 2.0.0 |
Relationship Map
Author, categories, issues, domains, and nearby plugins.