Featured by WPTuts. Next-generation AI translation plugin to automatically translate WordPress websites in minutes with multilingual SEO AI Agents.
Prioritized issue groups from the latest Plugin Check scan
Maintainability
404
14 issue groups
Security
94
11 issue groups
Sample message
File and folder names must not contain spaces or special characters.
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$altflags_array".
Sample message
Unescaped parameter $query used in $wpdb->get_results()\n$query assigned unsafely at line 3328.
Sample message
parse_url() is discouraged because of inconsistency in the output across PHP versions; use wp_parse_url() instead.
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
Use placeholders and $wpdb->prepare(); found interpolated variable $table at "SELECT id FROM $table WHERE pagelink = %s AND languageoriginal = %s AND languagetranslated = %s"
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "check_selected".
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$acceptFormat'.
Sample message
Detected usage of a non-sanitized input variable: $_POST['enabled_languages']
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
$_POST['nonce'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Processing form data without nonce verification.
Sample message
Processing form data without nonce verification.
Sample message
Use placeholders and $wpdb->prepare(); found $query
Sample message
strip_tags() is discouraged. Use the more comprehensive wp_strip_all_tags() instead.
Sample message
Detected usage of a possibly undefined superglobal array index: $_SERVER['REQUEST_METHOD']. Check that the array index exists before using it.
Sample message
Using cURL functions is highly discouraged. Use wp_remote_get() instead.
Sample message
Using cURL functions is highly discouraged. Use wp_remote_get() instead.
Sample message
Using cURL functions is highly discouraged. Use wp_remote_get() instead.
Sample message
Using cURL functions is highly discouraged. Use wp_remote_get() instead.
Sample message
Using cURL functions is highly discouraged. Use wp_remote_get() instead.
Sample message
Using cURL functions is highly discouraged. Use wp_remote_get() instead.
Sample message
Plugin folders are deleted when upgraded. Do not save data to the plugin folder using file_put_contents(). Detected usage of function plugin_dir_path(). Use wp_upload_dir() to get the uploads directory path or save to the database instead.
Sample message
Unescaped parameter $query used in $wpdb->get_var()\n$query assigned unsafely at line 199.
Potential connections found in static code analysis.
Outbound calls
52
External assets
5
Incoming endpoints
21
register_rest_route
register_rest_route
admin_post
admin_post
admin_post
admin_post
admin_post
admin_post
admin_post
admin_post
admin_post
admin_post
admin_post
wp_ajax
7 more hidden
5 score snapshots
v2.33.9
26
Latest
v2.33.8
26
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 26 | 502 | 286 | 216 | v2.33.9 | 2.0.0 |
| 26 | 502 | 286 | 216 | v2.33.8 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.