xili-tidy-tags is a tool for grouping tags by semantic groups or by language and for creating tidy tag clouds.
Prioritized issue groups from the latest Plugin Check scan
Security
267
8 issue groups
Maintainability
78
10 issue groups
I18n
29
6 issue groups
Performance
4
1 issue group
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$actiontype'.
Sample message
Detected usage of a non-sanitized input variable: $_GET['action']
Sample message
$_GET['action'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
The parameter "array( 'hide_empty' => false )" at position #2 of get_terms() has been deprecated since WordPress version 4.5.0. Instead do not pass the parameter.
Sample message
Detected usage of a possibly undefined superglobal array index: $_GET['term_id']. Check that the array index exists before using it.
Sample message
Missing $domain parameter in function call to __().
Sample message
strip_tags() is discouraged. Use the more comprehensive wp_strip_all_tags() instead.
Sample message
Processing form data without nonce verification.
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
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "add_xtt_widgets".
Sample message
Use placeholders and $wpdb->prepare(); found interpolated variable $group_ids at "SELECT st.term_id FROM $wpdb->term_relationships AS str INNER JOIN $wpdb->term_taxonomy AS stt ON str.term_taxonomy_id = stt.term_taxonomy_id INNER JOIN $wpdb->terms AS st ON st.term_id = str.object_id INNER JOIN $wpdb->term_taxonomy AS stt2 ON stt2.term_id = str.object_id WHERE stt.taxonomy IN (%s) AND stt2.taxonomy = $taxonomies AND stt.term_id IN ( $group_ids)"
Sample message
Unescaped parameter $query used in $wpdb->get_col()\n$query assigned unsafely at line 464.
Sample message
Use placeholders and $wpdb->prepare(); found $query
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "'xtt_return_lang_of_tag_' . $r['tidy_post_tag']".
Sample message
Using exclusionary parameters, like exclude, in calls to get_posts() should be done with caution, see https://wpvip.com/documentation/performance-improvements-by-removing-usage-of-post__not_in/ for more information.
Sample message
A function call to esc_html__() 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
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "Walker_TagGroupList_Row".
Sample message
Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "TAXOTIDYTAGS".
Sample message
Resource version not set in call to wp_enqueue_script(). This means new versions of the script may not always be loaded due to browser caching.
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
The $plural parameter must be a single text string literal. Found: sprintf( _x( 'of the following %s', 'plural', 'xili-tidy-tags' ), $this->tags_name )
Sample message
The $single parameter must be a single text string literal. Found: sprintf( _x( 'of the following %s', 'singular', 'xili-tidy-tags' ), $this->singular_name )
Sample message
Mismatched text domain. Expected 'xili-tidy-tags' but got 'xili-language'.
Sample message
Multiple placeholders in translatable strings should be ordered. Expected "%1$s, %2$s", but got "%s, %s" in 'Thanks for your email. A copy was sent to %s (%s)'.
Potential connections found in static code analysis.
Outbound calls
29
External assets
0
Incoming endpoints
0
No external asset domains detected.
No public endpoints detected.
First score snapshot
v1.12.06
35
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 35 | 381 | 224 | 157 | v1.12.06 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.