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
Maintainability
268
10 issue groups
Security
239
3 issue groups
I18n
11
4 issue groups
Repo Compliance
3
3 issue groups
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
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
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
Hidden files are not permitted.
Sample message
Unescaped parameter $tables['terms'] used in $wpdb->get_col()
Sample message
Use of a direct database call is discouraged.
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
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.
Sample message
Mismatched Requires PHP: 7.2 != 7.2.5. "Requires PHP" needs to be exactly the same with that in your main plugin file's header.
Sample message
One or more tags were ignored. Please limit your plugin to 5 tags.
Potential connections found in static code analysis.
Outbound calls
260
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
4 score snapshots
v2.2.2
29
Latest
v2.2.1
27
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 29 | 523 | 342 | 181 | v2.2.2 | 2.0.0 |
| 27 | 580 | 351 | 229 | v2.2.1 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.