Provide sidebar widget, shortcode and template functions that can be used to display posts from a set of tags using various options in the sidebar or …
Prioritized issue groups from the latest Plugin Check scan
Security
158
5 issue groups
Maintainability
14
5 issue groups
Performance
4
1 issue group
Repo Compliance
4
4 issue groups
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$after_title'.
Sample message
All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.
Sample message
Detected usage of a non-sanitized input variable: $_POST['posts_by_tag_noncename']
Sample message
$_POST['posts_by_tag_noncename'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
strip_tags() is discouraged. Use the more comprehensive wp_strip_all_tags() instead.
Sample message
Detected usage of a possibly undefined superglobal array index: $_POST['post_type']. Check that the array index exists before using it.
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
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "get_posts_by_tag".
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "the_content".
Sample message
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "TagWidget".
Sample message
The parameter "FALSE" at position #2 of load_plugin_textdomain() has been deprecated since WordPress version 2.7.0. Use "" instead.
Sample message
Missing "License". Please update your readme with a valid GPLv2 (or later) compatible license.
Sample message
Tested up to: 5.8 < 7.0. The "Tested up to" value in your plugin is not set to the current version of WordPress. This means your plugin will not show up in searches, as we require plugins to be compatible and documented as tested up to the most recent version of WordPress.
Sample message
The "Domain Path" header in the plugin file must start with forward slash.
Sample message
The "Short Description" section is too long and was truncated. A maximum of 150 characters is supported.
Potential connections found in static code analysis.
Outbound calls
10
External assets
0
Incoming endpoints
0
No external asset domains detected.
No public endpoints detected.
First score snapshot
v3.2.1
39
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 39 | 181 | 151 | 30 | v3.2.1 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.