Admin Locale

This plugin allows you to change the language of the admin panel without changing the whole site language.

v1.1Louy AlakkadUpdated 2012-10-21Added Jul 21, 20107k+ installs100% rating
75
Score
12
Errors
10
Warnings
+0
Change

Category Scores

Security63
Repo80
Performance100
Maintainability90

Top Issues by Category

Issues Details

22 issues found in latest scan

ERROR4
WordPress.WP.I18n.MissingArgDomain

Missing $domain parameter in function call to __().

WARNING2
WordPress.Security.ValidatedSanitizedInput.InputNotSanitized

Detected usage of a non-sanitized input variable: $_SERVER['REQUEST_URI']

WARNING2
WordPress.Security.ValidatedSanitizedInput.InputNotValidated

Detected usage of a possibly undefined superglobal array index: $_SERVER['REQUEST_URI']. Check that the array index exists before using it.

WARNING2
WordPress.Security.ValidatedSanitizedInput.MissingUnslash

$_SERVER['REQUEST_URI'] not unslashed before sanitization. Use wp_unslash() or similar

ERROR2
wp_function_not_compatible_with_requires_wp

Function "get_available_languages()" requires WordPress 3.0.0, but your plugin minimum supported version is WordPress 2.9.0.

WARNING1
WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedFunctionFound

Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "al_format_code_lang".

WARNING1
WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedHooknameFound

Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "lang_codes".

WARNING1
WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound

Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$original_locale".

ERROR1
WordPress.Security.EscapeOutput.OutputNotEscaped

All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$output'.

ERROR1
WordPress.WP.I18n.NonSingularStringLiteralText

The $text parameter must be a single text string literal. Found: al_format_code_lang( $code_lang )

ERROR1
missing_direct_file_access_protection

PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;

ERROR1
no_license

Missing "License". Please update your readme with a valid GPLv2 (or later) compatible license.

ERROR1
outdated_tested_upto_header

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.

ERROR1
plugin_header_no_license

Missing "License" in Plugin Header. Please update your Plugin Header with a valid GPLv2 (or later) compatible license.

WARNING1
readme_parser_warnings_too_many_tags

One or more tags were ignored. Please limit your plugin to 5 tags.

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

Related Plugins