Translate your site visually, directly from the front-end. Go multilingual in minutes using automatic AI translation. Works with any theme or plugin.
Prioritized issue groups from the latest Plugin Check scan
Maintainability
1,458
14 issue groups
Security
445
9 issue groups
I18n
293
2 issue groups
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "'trp_advanced_setting_custom_' . $setting['name']".
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "display_message_for_disable_gettext_in_editor".
Sample message
Processing form data without nonce verification.
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$TRP_EMAIL_ORDER".
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
Function "attachment_url_to_postid()" requires WordPress 4.0.0, but your plugin minimum supported version is WordPress 3.1.0.
Sample message
The $text parameter must not contain interpolated variables or expressions. Found: $d
Sample message
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "Cozmoslabs_Plugin_Optin_Metadata_Builder".
Sample message
$_GET[$this->prefix.'_dismiss_admin_notification'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Processing form data without nonce verification.
Sample message
Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "TRP_DEFAULT_BR_TEXT".
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 $counting_query
Sample message
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
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
debug_backtrace() found. Debug code should not normally be used in production.
Sample message
Unescaped parameter $dictionary_table_name used in $wpdb->get_var()\n$dictionary_table_name assigned unsafely at line 100.
Sample message
Use placeholders and $wpdb->prepare(); found interpolated variable $dictionary_table_name at "SELECT COUNT(id) FROM $dictionary_table_name WHERE translated != ''"
Sample message
parse_url() is discouraged because of inconsistency in the output across PHP versions; use wp_parse_url() instead.
Sample message
In footer ($in_footer) is not set explicitly wp_enqueue_script; It is recommended to load scripts in the footer. Please set this value to `true` to load it in the footer, or explicitly `false` if it should be loaded in the header.
Sample message
Unescaped parameter $counting_query used in $wpdb->get_var()\n$counting_query assigned unsafely at line 350.
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
Replacement variables found, but no valid placeholders found in the query.
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "$this->notificationId.'_after_notification_dismissed'".
Potential connections found in static code analysis.
Outbound calls
266
External assets
1
Incoming endpoints
33
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
19 more hidden
7 score snapshots
v3.3.1
25
Latest
v3.3
25
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 25 | 2,256 | 583 | 1,673 | v3.3.1 | 2.0.0 |
| 25 | 2,256 | 583 | 1,673 | v3.3 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.