Convenient cloud-based localization and translation for WordPress.
Prioritized issue groups from the latest Plugin Check scan
Maintainability
376
14 issue groups
Security
273
7 issue groups
I18n
31
3 issue groups
Supply Chain
2
1 issue group
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$_tests_dir".
Sample message
Processing form data without nonce verification.
Sample message
$_GET['complete'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"' $selected>"'.
Sample message
Detected usage of a possibly undefined superglobal array index: $_GET['document_id']. Check that the array index exists before using it.
Sample message
Processing form data without nonce verification.
Sample message
A function call to __() with texts containing placeholders was found, but was not accompanied by a "translators:" comment on the line above to clarify the meaning of the placeholders.
Sample message
Detected usage of a non-sanitized input variable: $_GET['locale']
Sample message
Use of a direct database call is discouraged.
Sample message
Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().
Sample message
Function "get_sites()" requires WordPress 4.6.0, but your plugin minimum supported version is WordPress 3.8.0.
Sample message
Missing $domain parameter in function call to __().
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.
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "_manually_load_plugin".
Sample message
Detected usage of meta_key, possible slow query.
Sample message
Application files are not permitted.
Sample message
error_log() found. Debug code should not normally be used in production.
Sample message
Detected usage of meta_value, possible slow query.
Sample message
trigger_error() found. Debug code should not normally be used in production.
Sample message
Multiple placeholders in translatable strings should be ordered. Expected "%1$s, %2$s, %3$s", but got "%s, %s, %s" in 'Missing or unsupported locale, direction, or name. Locale: %s, Name: %s, Direction: %s'.
Sample message
Hidden files are not permitted.
Sample message
Offloading images, js, css, and other scripts to your servers or any remote service is disallowed.
Sample message
Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "PLL_AJAX_ON_FRONT".
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "pll_sanitize_string_translation".
Sample message
print_r() found. Debug code should not normally be used in production.
Not analyzed yet.
First score snapshot
v1.7.3
27
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 27 | 693 | 87 | 606 | v1.7.3 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.