WooSidebars adds functionality to display different widgets in a sidebar, according to a context (for example, a specific page or a category).
Prioritized issue groups from the latest Plugin Check scan
Security
31
6 issue groups
I18n
28
3 issue groups
Maintainability
18
8 issue groups
Repo Compliance
2
2 issue groups
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
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$html'.
Sample message
Detected usage of a non-sanitized input variable: $_GET['post_type']
Sample message
$_GET['post_type'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "'woo_conditions_tab_' . esc_attr( $k )".
Sample message
Detected usage of a possibly undefined superglobal array index: $_POST[$f]. Check that the array index exists before using it.
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$woo_custom_sidebar_data".
Sample message
Multiple placeholders in translatable strings should be ordered. Expected "%1$s, %2$s", but got "%s, %s" in 'Add an optional description, to be displayed when adding widgets to this widget area on the %sWidgets%s screen.'.
Sample message
The plugin name includes a restricted term. Your chosen plugin name - "WooSidebars" - contains the restricted term "woo" which cannot be used at all in your plugin name.
Sample message
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "Woo_Conditions".
Sample message
Processing form data without nonce verification.
Sample message
Detected usage of meta_key, possible slow query.
Sample message
Detected usage of meta_value, possible slow query.
Sample message
All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.
Sample message
strip_tags() is discouraged. Use the more comprehensive wp_strip_all_tags() instead.
Sample message
Missing $domain parameter in function call to _x().
Sample message
Setting `suppress_filters` to `true` is prohibited.
Sample message
Your plugin has a different license declared in the readme file and plugin header. Please update your readme with a valid GPL license identifier.
Sample message
Tested up to: 6.5 < 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 upgrade notice for "1.2.1" exceeds the limit of 300 characters.
Not analyzed yet.
First score snapshot
v1.4.6
40
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 40 | 80 | 43 | 37 | v1.4.6 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.