This plugin allows you to change the language of the admin panel without changing the whole site language.
Category Scores
Top Issues by Category
security7
maintainability6
i18n5
Issues Details
22 issues found in latest scan
Detected usage of a non-sanitized input variable: $_SERVER['REQUEST_URI']
Detected usage of a possibly undefined superglobal array index: $_SERVER['REQUEST_URI']. Check that the array index exists before using it.
$_SERVER['REQUEST_URI'] not unslashed before sanitization. Use wp_unslash() or similar
Function "get_available_languages()" requires WordPress 3.0.0, but your plugin minimum supported version is WordPress 2.9.0.
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "al_format_code_lang".
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "lang_codes".
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$original_locale".
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$output'.
The $text parameter must be a single text string literal. Found: al_format_code_lang( $code_lang )
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Missing "License". Please update your readme with a valid GPLv2 (or later) compatible license.
Tested up to: 3.4 < 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.
One or more tags were ignored. Please limit your plugin to 5 tags.
| Code | Type | Message | Count |
|---|---|---|---|
| WordPress.WP.I18n.MissingArgDomain | ERROR | Missing $domain parameter in function call to __(). | 4 |
| WordPress.Security.ValidatedSanitizedInput.InputNotSanitized | WARNING | Detected usage of a non-sanitized input variable: $_SERVER['REQUEST_URI'] | 2 |
| WordPress.Security.ValidatedSanitizedInput.InputNotValidated | WARNING | Detected usage of a possibly undefined superglobal array index: $_SERVER['REQUEST_URI']. Check that the array index exists before using it. | 2 |
| WordPress.Security.ValidatedSanitizedInput.MissingUnslash | WARNING | $_SERVER['REQUEST_URI'] not unslashed before sanitization. Use wp_unslash() or similar | 2 |
| wp_function_not_compatible_with_requires_wp | ERROR | Function "get_available_languages()" requires WordPress 3.0.0, but your plugin minimum supported version is WordPress 2.9.0. | 2 |
| WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedFunctionFound | WARNING | Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "al_format_code_lang". | 1 |
| WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedHooknameFound | WARNING | Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "lang_codes". | 1 |
| WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound | WARNING | Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$original_locale". | 1 |
| WordPress.Security.EscapeOutput.OutputNotEscaped | ERROR | All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$output'. | 1 |
| WordPress.WP.I18n.NonSingularStringLiteralText | ERROR | The $text parameter must be a single text string literal. Found: al_format_code_lang( $code_lang ) | 1 |
| missing_direct_file_access_protection | ERROR | PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit; | 1 |
| no_license | ERROR | Missing "License". Please update your readme with a valid GPLv2 (or later) compatible license. | 1 |
| outdated_tested_upto_header | ERROR | Tested up to: 3.4 < 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 |
| readme_parser_warnings_too_many_tags | WARNING | One or more tags were ignored. Please limit your plugin to 5 tags. | 1 |
Latest Snapshot
Findings
22
Errors
12
Warnings
10
Score History
First score snapshot
First scan completed Jun 21, 2026
v1.1 · Plugin Check 2.0.0 · Model 2026.06-mvp-static-v2
Jun 21, 2026
v1.1
75
Latest
- Findings
- 22
- Errors
- 12
- Warnings
- 10
- Plugin Check
- 2.0.0
- Model
- 2026.06-mvp-static-v2
| Scan | Score | Findings | Errors | Warnings | Plugin | Plugin Check | Model |
|---|---|---|---|---|---|---|---|
| Jun 21, 2026Latest | 75 | 22 | 12 | 10 | v1.1 | 2.0.0 | 2026.06-mvp-static-v2 |