Translate WordPress – Google Language Translator
google-language-translator
Translate WordPress with Google Language Translator multilanguage plugin which allows to insert Google Translate widget anywhere on your website.
Score breakdown
No se declara una versión mínima de PHP.
| Requiere WordPress | 2.9 o superior |
| Probado hasta | 6.9.4 Actual |
| Última actualización | Reciente |
| Dependencias de plugins | Ninguna |
| Compatibilidad WP–PHP | info WP 2.9+ requiere PHP 4.3+. Este plugin no declara una versión mínima de PHP. |
Lowest required PHP version: 5.6
The coding standards scan found 31 error(s) and 189 warning(s), and the weighted issue density is 11.82 per 100 non-empty PHP lines across 2626 lines. Error-bearing plugins at this density fail.
Detected 31 error(s) and 189 warning(s) across 3 file(s) with issues, with a weighted density of 11.82 per 100 non-empty PHP lines.
Issues by rule
WordPress.Security.ValidatedSanitizedInput.InputNotSanitized
|
61 |
WordPress.Security.ValidatedSanitizedInput.MissingUnslash
|
61 |
WordPress.Security.ValidatedSanitizedInput.InputNotValidated
|
48 |
WordPress.WP.AlternativeFunctions.curl_curl_setopt
|
17 |
WordPress.Security.NonceVerification.Recommended
|
14 |
WordPress.DateTime.RestrictedFunctions.date_date
|
4 |
WordPress.PHP.DevelopmentFunctions.error_log_print_r
|
2 |
WordPress.Security.NonceVerification.Missing
|
2 |
WordPress.WP.AlternativeFunctions.file_system_operations_is_writable
|
2 |
WordPress.WP.AlternativeFunctions.strip_tags_strip_tags
|
2 |
WordPress.PHP.DevelopmentFunctions.prevent_path_disclosure_error_reporting
|
1 |
WordPress.WP.AlternativeFunctions.curl_curl_close
|
1 |
WordPress.WP.AlternativeFunctions.curl_curl_exec
|
1 |
WordPress.WP.AlternativeFunctions.curl_curl_getinfo
|
1 |
WordPress.WP.AlternativeFunctions.curl_curl_init
|
1 |
WordPress.WP.AlternativeFunctions.file_system_operations_fopen
|
1 |
WordPress.WP.AlternativeFunctions.file_system_operations_is_writeable
|
1 |
Issues 25
-
error
strip_tags() is discouraged. Use the more comprehensive wp_strip_all_tags() instead.WordPress.WP.AlternativeFunctions.strip_tags_strip_tags
google-language-translator/widget.php line 31:70 -
error
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: is_writable().WordPress.WP.AlternativeFunctions.file_system_operations_is_writable
google-language-translator/google-language-translator.php line 159:46 -
warning
Detected usage of a possibly undefined superglobal array index: $_SERVER['REQUEST_URI']. Check that the array index exists before using it.WordPress.Security.ValidatedSanitizedInput.InputNotValidated
google-language-translator/google-language-translator.php line 332:103 -
warning
$_SERVER['REQUEST_URI'] not unslashed before sanitization. Use wp_unslash() or similarWordPress.Security.ValidatedSanitizedInput.MissingUnslash
google-language-translator/google-language-translator.php line 332:103 -
warning
Detected usage of a non-sanitized input variable: $_SERVER['REQUEST_URI']WordPress.Security.ValidatedSanitizedInput.InputNotSanitized
google-language-translator/google-language-translator.php line 332:103 -
warning
Detected usage of a possibly undefined superglobal array index: $_SERVER['HTTP_HOST']. Check that the array index exists before using it.WordPress.Security.ValidatedSanitizedInput.InputNotValidated
google-language-translator/google-language-translator.php line 335:51 -
warning
$_SERVER['HTTP_HOST'] not unslashed before sanitization. Use wp_unslash() or similarWordPress.Security.ValidatedSanitizedInput.MissingUnslash
google-language-translator/google-language-translator.php line 335:51 -
warning
Detected usage of a non-sanitized input variable: $_SERVER['HTTP_HOST']WordPress.Security.ValidatedSanitizedInput.InputNotSanitized
google-language-translator/google-language-translator.php line 335:51 -
warning
Detected usage of a possibly undefined superglobal array index: $_SERVER['HTTP_HOST']. Check that the array index exists before using it.WordPress.Security.ValidatedSanitizedInput.InputNotValidated
google-language-translator/google-language-translator.php line 336:101 -
warning
$_SERVER['HTTP_HOST'] not unslashed before sanitization. Use wp_unslash() or similarWordPress.Security.ValidatedSanitizedInput.MissingUnslash
google-language-translator/google-language-translator.php line 336:101 -
warning
Detected usage of a non-sanitized input variable: $_SERVER['HTTP_HOST']WordPress.Security.ValidatedSanitizedInput.InputNotSanitized
google-language-translator/google-language-translator.php line 336:101 -
warning
Detected usage of a possibly undefined superglobal array index: $_SERVER['REQUEST_URI']. Check that the array index exists before using it.WordPress.Security.ValidatedSanitizedInput.InputNotValidated
google-language-translator/google-language-translator.php line 406:111 -
warning
$_SERVER['REQUEST_URI'] not unslashed before sanitization. Use wp_unslash() or similarWordPress.Security.ValidatedSanitizedInput.MissingUnslash
google-language-translator/google-language-translator.php line 406:111 -
warning
Detected usage of a non-sanitized input variable: $_SERVER['REQUEST_URI']WordPress.Security.ValidatedSanitizedInput.InputNotSanitized
google-language-translator/google-language-translator.php line 406:111 -
warning
Detected usage of a possibly undefined superglobal array index: $_SERVER['HTTP_HOST']. Check that the array index exists before using it.WordPress.Security.ValidatedSanitizedInput.InputNotValidated
google-language-translator/google-language-translator.php line 409:59 -
warning
$_SERVER['HTTP_HOST'] not unslashed before sanitization. Use wp_unslash() or similarWordPress.Security.ValidatedSanitizedInput.MissingUnslash
google-language-translator/google-language-translator.php line 409:59 -
warning
Detected usage of a non-sanitized input variable: $_SERVER['HTTP_HOST']WordPress.Security.ValidatedSanitizedInput.InputNotSanitized
google-language-translator/google-language-translator.php line 409:59 -
warning
Detected usage of a possibly undefined superglobal array index: $_SERVER['HTTP_HOST']. Check that the array index exists before using it.WordPress.Security.ValidatedSanitizedInput.InputNotValidated
google-language-translator/google-language-translator.php line 410:109 -
warning
$_SERVER['HTTP_HOST'] not unslashed before sanitization. Use wp_unslash() or similarWordPress.Security.ValidatedSanitizedInput.MissingUnslash
google-language-translator/google-language-translator.php line 410:109 -
warning
Detected usage of a non-sanitized input variable: $_SERVER['HTTP_HOST']WordPress.Security.ValidatedSanitizedInput.InputNotSanitized
google-language-translator/google-language-translator.php line 410:109 -
warning
Detected usage of a possibly undefined superglobal array index: $_SERVER['REQUEST_URI']. Check that the array index exists before using it.WordPress.Security.ValidatedSanitizedInput.InputNotValidated
google-language-translator/google-language-translator.php line 445:111 -
warning
$_SERVER['REQUEST_URI'] not unslashed before sanitization. Use wp_unslash() or similarWordPress.Security.ValidatedSanitizedInput.MissingUnslash
google-language-translator/google-language-translator.php line 445:111 -
warning
Detected usage of a non-sanitized input variable: $_SERVER['REQUEST_URI']WordPress.Security.ValidatedSanitizedInput.InputNotSanitized
google-language-translator/google-language-translator.php line 445:111 -
warning
Detected usage of a possibly undefined superglobal array index: $_SERVER['HTTP_HOST']. Check that the array index exists before using it.WordPress.Security.ValidatedSanitizedInput.InputNotValidated
google-language-translator/google-language-translator.php line 448:59 -
warning
$_SERVER['HTTP_HOST'] not unslashed before sanitization. Use wp_unslash() or similarWordPress.Security.ValidatedSanitizedInput.MissingUnslash
google-language-translator/google-language-translator.php line 448:59
The plugin declares WordPress 2.9, but wp-since found 5 compatibility issue(s) that push the suggested minimum WordPress version to 3.1.0.
✅ Minimum version declared: 2.9 (from readme) 🚨 Compatibility issues found: ┌───────────────────────────────┬──────────────────┐ │ Symbol │ Introduced in WP │ ├───────────────────────────────┼──────────────────┤ │ network_home_url (function) │ 3.0.0 │ │ submit_button (function) │ 3.1.0 │ │ get_current_screen (function) │ 3.1.0 │ │ home_url (function) │ 3.0.0 │ │ add_settings_error (function) │ 3.0.0 │ └───────────────────────────────┴──────────────────┘ 📌 Suggested version required: 3.1.0
Issues 5
-
info
-
info
-
info
-
info
-
info