Tag Groups allows you to organize your WordPress taxonomy terms and show them in clouds, tabs, accordions, tables, lists and much more.
Prioritized issue groups from the latest Plugin Check scan
Security
287
4 issue groups
Maintainability
278
15 issue groups
I18n
11
4 issue groups
Supply Chain
1
1 issue group
Sample message
All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "'tag_groups_view-' . $this->view_slug_filter".
Sample message
$_GET['active-tab'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$atts".
Sample message
Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "TAG_GROUPS_BUILT_IN_THEMES".
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
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
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "chatty_mango_tag_groups_editor_assets".
Sample message
unlink() is discouraged. Use wp_delete_file() to delete a file.
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
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
The $plural parameter must be a single text string literal. Found: sprintf('%d terms have been assigned to the group %s.', number_format_i18n((int) $assigned), '<i>' . $tg_group->get_label() . '</i>')
Sample message
File and folder names must not contain spaces or special characters.
Sample message
Unescaped parameter $tables['terms'] used in $wpdb->get_col()
Sample message
Use of a direct database call is discouraged.
Sample message
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: is_writable().
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: mkdir().
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: rmdir().
Sample message
Translatable string should not be wrapped in HTML. Found: "<b>Please deselect taxonomies that you don't use. Using several taxonomies for the same post type or hierarchical taxonomies (like categories) is experimental and not supported.</b>"
Sample message
The $single parameter must be a single text string literal. Found: sprintf('The term has been assigned to the group %s.', '<i>' . $tg_group->get_label() . '</i>')
Sample message
Hidden files are not permitted.
Sample message
Plugin name "Tag Groups is the Advanced Way to Display Your Taxonomy Terms" is different from the name declared in plugin header "Tag Groups".
Sample message
Mismatched Requires at least: 4.9 != 5.5. "Requires at least" needs to be exactly the same with that in your main plugin file's header.
Potential connections found in static code analysis.
Outbound calls
259
External assets
0
Incoming endpoints
13
No external asset domains detected.
register_rest_route
register_rest_route
register_rest_route
register_rest_route
register_rest_route
register_rest_route
admin_post
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
3 score snapshots
v2.2.1
27
Latest
v2.2.0
26
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 27 | 580 | 351 | 229 | v2.2.1 | 2.0.0 |
| 26 | 583 | 351 | 232 | v2.2.0 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.