Translate WordPress into 200+ languages. AI translation plugin for multilingual websites — WooCommerce, SEO, hreflang, Google Translate.
Prioritized issue groups from the latest Plugin Check scan
Security
258
10 issue groups
Maintainability
172
12 issue groups
I18n
9
3 issue groups
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$add_url".
Sample message
Detected usage of a non-sanitized input variable: $_GET['seo_quality']
Sample message
$_GET['seo_quality'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Sanitization missing for register_setting().
Sample message
Detected usage of a possibly undefined superglobal array index: $_SERVER['DOCUMENT_ROOT']. Check that the array index exists before using it.
Sample message
Function "get_sitemap_url()" requires WordPress 5.5.1, but your plugin minimum supported version is WordPress 4.0.0.
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$ct_notice_style'.
Sample message
Processing form data without nonce verification.
Sample message
Found call to wp_enqueue_script() with external resource. Offloading scripts to your servers or any remote service is disallowed.
Sample message
Processing form data without nonce verification.
Sample message
Short PHP opening tag used with echo; expected "<?php echo esc_attr ..." but found "<?= esc_attr ..."
Sample message
Plugin folders are deleted when upgraded. Do not save data to the plugin folder using file_put_contents(). Detected usage of __FILE__ or __DIR__ magic constant. Use wp_upload_dir() to get the uploads directory path or save to the database instead.
Sample message
Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "API_AUTH_TOKEN".
Sample message
Using cURL functions is highly discouraged. Use wp_remote_get() instead.
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "cachify_flush_cache".
Sample message
debug_backtrace() found. Debug code should not normally be used in production.
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"Method $name not found in class "'.
Sample message
Missing $domain parameter in function call to __().
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
Mismatched text domain. Expected 'conveythis-translate' but got 'conveythis'.
Sample message
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "JSLikeHTMLElement".
Sample message
trigger_error() found. Debug code should not normally be used in production.
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
Detected usage of a non-sanitized, non-validated input variable _SERVER: "://$_SERVER[HTTP_HOST]$_SERVER[REQUEST_URI]"
Potential connections found in static code analysis.
Outbound calls
123
External assets
1
Incoming endpoints
16
No public endpoints detected.
admin_post
admin_post
admin_post
admin_post
admin_post
admin_post
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
4 more hidden
2 score snapshots
v270.6
27
Latest
v270.5
26
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 27 | 457 | 159 | 298 | v270.6 | 2.0.0 |
| 26 | 456 | 159 | 297 | v270.5 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.