My WordPress Login Logo lets you to add a custom logo in your wordpress login page instead of the usual wordpress logo and customize your login page.
Category Scores
Top Issues by Category
maintainability39
security23
Issues Details
64 issues found in latest scan
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$MyWordpressLoginLogo".
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$custom_login_title'.
Detected usage of a possibly undefined superglobal array index: $_POST['wp_custom_login_logo_fadetime']. Check that the array index exists before using it.
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Function "esc_textarea()" requires WordPress 3.1.0, but your plugin minimum supported version is WordPress 3.0.1.
$_POST['wp_custom_login_logo_message'] not unslashed before sanitization. Use wp_unslash() or similar
The plugin name includes a restricted term. Your chosen plugin name - "My WordPress Login Logo" - contains the restricted term "wordpress" which cannot be used at all in your plugin name.
No PHP code was found in this file and short open tags are not allowed by this install of PHP. This file may be using short open tags but PHP does not allow them.
Offloading images, js, css, and other scripts to your servers or any remote service is disallowed.
Resource version not set in call to wp_register_style(). This means new versions of the style may not always be loaded due to browser caching.
Scripts must be registered/enqueued via wp_enqueue_script()
Plugin name "My WordPress Login Logo" is different from the name declared in plugin header "My Wordpress Login Logo".
Tested up to: 6.9 < 7.0. The "Tested up to" value in your plugin is not set to the current version of WordPress. This means your plugin will not show up in searches, as we require plugins to be compatible and documented as tested up to the most recent version of WordPress.
Missing "License" in Plugin Header. Please update your Plugin Header with a valid GPLv2 (or later) compatible license.
| Code | Type | Message | Count |
|---|---|---|---|
| WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound | WARNING | Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$MyWordpressLoginLogo". | 20 |
| WordPress.Security.EscapeOutput.OutputNotEscaped | ERROR | All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$custom_login_title'. | 14 |
| WordPress.Security.ValidatedSanitizedInput.InputNotValidated | WARNING | Detected usage of a possibly undefined superglobal array index: $_POST['wp_custom_login_logo_fadetime']. Check that the array index exists before using it. | 6 |
| missing_direct_file_access_protection | ERROR | PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit; | 5 |
| wp_function_not_compatible_with_requires_wp | ERROR | Function "esc_textarea()" requires WordPress 3.1.0, but your plugin minimum supported version is WordPress 3.0.1. | 4 |
| WordPress.Security.ValidatedSanitizedInput.MissingUnslash | WARNING | $_POST['wp_custom_login_logo_message'] not unslashed before sanitization. Use wp_unslash() or similar | 3 |
| trademarked_term | WARNING | The plugin name includes a restricted term. Your chosen plugin name - "My WordPress Login Logo" - contains the restricted term "wordpress" which cannot be used at all in your plugin name. | 3 |
| Internal.NoCodeFound | WARNING | No PHP code was found in this file and short open tags are not allowed by this install of PHP. This file may be using short open tags but PHP does not allow them. | 2 |
| PluginCheck.CodeAnalysis.Offloading.OffloadedContent | ERROR | Offloading images, js, css, and other scripts to your servers or any remote service is disallowed. | 2 |
| WordPress.WP.EnqueuedResourceParameters.MissingVersion | WARNING | Resource version not set in call to wp_register_style(). This means new versions of the style may not always be loaded due to browser caching. | 1 |
| WordPress.WP.EnqueuedResources.NonEnqueuedScript | ERROR | Scripts must be registered/enqueued via wp_enqueue_script() | 1 |
| mismatched_plugin_name | WARNING | Plugin name "My WordPress Login Logo" is different from the name declared in plugin header "My Wordpress Login Logo". | 1 |
| outdated_tested_upto_header | ERROR | Tested up to: 6.9 < 7.0. The "Tested up to" value in your plugin is not set to the current version of WordPress. This means your plugin will not show up in searches, as we require plugins to be compatible and documented as tested up to the most recent version of WordPress. | 1 |
| plugin_header_no_license | ERROR | Missing "License" in Plugin Header. Please update your Plugin Header with a valid GPLv2 (or later) compatible license. | 1 |
Latest Snapshot
Findings
64
Errors
28
Warnings
36
Score History
First score snapshot
First scan completed Jun 20, 2026
v2.5.2 · Plugin Check 2.0.0 · Model 2026.06-mvp-static-v2
Jun 20, 2026
v2.5.2
57
Latest
- Findings
- 64
- Errors
- 28
- Warnings
- 36
- Plugin Check
- 2.0.0
- Model
- 2026.06-mvp-static-v2
| Scan | Score | Findings | Errors | Warnings | Plugin | Plugin Check | Model |
|---|---|---|---|---|---|---|---|
| Jun 20, 2026Latest | 57 | 64 | 28 | 36 | v2.5.2 | 2.0.0 | 2026.06-mvp-static-v2 |