Widget Options gives you super powers to control your site’s sidebar widgets and all Gutenberg blocks on pages, posts & other custom post types.
Prioritized issue groups from the latest Plugin Check scan
Security
901
8 issue groups
Maintainability
189
13 issue groups
I18n
35
4 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
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$_selected_page'.
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "'widget_options_visibility_single_block_' . $tax_value".
Sample message
$_GET['action'] not unslashed before sanitization. Use wp_unslash() or similar
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
Processing form data without nonce verification.
Sample message
Processing form data without nonce verification.
Sample message
Detected usage of a non-sanitized input variable: $_FILES['widgeopts_file']
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$_widgetopts_in_block_renderer".
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
Detected usage of a possibly undefined superglobal array index: $_FILES['widgeopts_file']. Check that the array index exists before using it.
Sample message
Missing $domain parameter in function call to __().
Sample message
The $text parameter must be a single text string literal. Found: $aname
Sample message
Multiple placeholders in translatable strings should be ordered. Expected "%1$d, %2$d", but got "%d, %d" in 'Successfully migrated display logic to snippets. Created %d snippets and updated %d widgets.'.
Sample message
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "WIDGETOPS_Welcome".
Sample message
error_reporting() can lead to full path disclosure.
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "blockopts_filter_before_display".
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
Function "wp_use_widgets_block_editor()" requires WordPress 5.8.0, but your plugin minimum supported version is WordPress 5.6.0.
Sample message
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
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 use of function eval() is forbidden
Sample message
parse_url() is discouraged because of inconsistency in the output across PHP versions; use wp_parse_url() instead.
Sample message
strip_tags() is discouraged. Use the more comprehensive wp_strip_all_tags() instead.
Not analyzed yet.
First score snapshot
v4.2.5
31
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 31 | 1,132 | 837 | 295 | v4.2.5 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.