Universal WordPress transliteration for multilingual and non-Latin URLs, permalinks, media, search and SEO-friendly content.
Prioritized issue groups from the latest Plugin Check scan
Security
375
10 issue groups
Maintainability
148
12 issue groups
I18n
47
3 issue groups
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$credits_url'.
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: "$activations".
Sample message
$_COOKIE['rstr_script'] not unslashed before sanitization. Use wp_unslash() or similar
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: $_COOKIE['rstr_script']
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "cyr_to_ascii_lat".
Sample message
File has mixed line endings; this may cause incorrect results
Sample message
Use placeholders and $wpdb->prepare(); found interpolated variable {$RSTR_NAME} at "DELETE FROM `{$wpdb->options}` WHERE `{$wpdb->options}`.`option_name` REGEXP '^_transient_(.*)?{$RSTR_NAME}(.*|$)'"
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 $RSTR_NAME
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$function'.
Sample message
Unescaped parameter $RSTR_NAME used in $wpdb->query()\n$RSTR_NAME assigned unsafely at line 17.
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "active_plugins".
Sample message
Missing $domain parameter in function call to __().
Sample message
No PHP code was found in this file and short open tags are not allowed by this install of PHP. This file may be using short open tags but PHP does not allow them.
Sample message
Attempting a database schema change is discouraged.
Sample message
Unless you are using SQL wildcards, using LIKE is inefficient. Use a straight compare instead. Found: LIKE 'revision'.
Sample message
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
Sample message
debug_backtrace() found. Debug code should not normally be used in production.
Sample message
Detected usage of a possibly undefined superglobal array index: $_POST['mode']. Check that the array index exists before using it.
Sample message
parse_url() is discouraged because of inconsistency in the output across PHP versions; use wp_parse_url() instead.
Sample message
unlink() is discouraged. Use wp_delete_file() to delete a file.
Sample message
The $text parameter must be a single text string literal. Found: $message
Potential connections found in static code analysis.
Outbound calls
125
External assets
2
Incoming endpoints
3
No public endpoints detected.
wp_ajax
wp_ajax
wp_ajax
5 score snapshots
v2.5.8
31
Latest
v2.5.7
29
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 31 | 583 | 274 | 309 | v2.5.8 | 2.1.0 |
| 29 | 634 | 303 | 331 | v2.5.7 | 2.1.0 |
Author, categories, issues, domains, and nearby plugins.