Login Page Customizer – Customize Login Screen & Branding

Easily build a custom login page using the WordPress customizer. Customize login styles, logo, forms, and solve any link not found errors quickly.

v2.1.5A WP LifeUpdated Added 1k+ installs64% rating
38
Score
36
Errors
172
Warnings
+0
Change

Category Scores

Security0
Repo100
Performance100
Maintainability67

Issues to Review

Prioritized issue groups from the latest Plugin Check scan

208 findings

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 more
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.

13 domains

Outbound calls

56

External assets

1

Incoming endpoints

1

Notable Domains

maddisondesigns.com9 · outbound
awplife.com5 · outbound
cssgenerator.org5 · outbound
braadmartin.com1 · outbound
jquery.org1 · outbound

Platform / Reference Domains

github.com14 · platform/reference
gnu.org12 · platform/reference
wordpress.org4 · platform/reference
w3.org2 · platform/reference

External Asset Domains

No external asset domains detected.

Incoming Endpoints

No public endpoints detected.

Admin AJAX endpoints1
wp_ajax_lpc_import_customizer_settingsauthenticated

wp_ajax

Score History

First score snapshot

v2.1.5

38

Latest

Findings
208
Errors
36
Warnings
172
Check
2.0.0

Relationship Map

Author, categories, issues, domains, and nearby plugins.

37 nodes

Related Plugins

Default Admin Color Scheme

800 active installs

100
WP Custom Login

10k+ active installs

99
Easy Hide Login

20k+ active installs

98
Custom Login Page Customizer

50k+ active installs

95
94