A collection of useful widgets, neatly bundled into a single plugin.
Prioritized issue groups from the latest Plugin Check scan
Security
218
8 issue groups
I18n
45
4 issue groups
Maintainability
5
4 issue groups
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$active'.
Sample message
Mismatched text domain. Expected 'themezee-widget-bundle' but got 'themezee-toolkit'.
Sample message
All output should be run through an escaping function (like echo esc_html_x() or echo esc_attr_x()), found '_ex'.
Sample message
Detected usage of a non-sanitized input variable: $_GET['tab']
Sample message
$_GET['tab'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Processing form data without nonce verification.
Sample message
Processing form data without nonce verification.
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: $_POST['conditions']['action']. Check that the array index exists before using it.
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "widget_conditions_delete".
Sample message
load_plugin_textdomain() has been discouraged since WordPress version 4.6. When your plugin is hosted on WordPress.org, you no longer need to manually include this function call for translations under your plugin slug. WordPress will automatically load the translations for you as needed.
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
get_currentuserinfo() has been deprecated since WordPress version 4.5.0. Use wp_get_current_user() instead.
Sample message
The parameter "array( 'number' => 250, 'hide_empty' => false )" at position #2 of get_terms() has been deprecated since WordPress version 4.5.0. Instead do not pass the parameter.
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
The $text parameter must be a single text string literal. Found: $taxonomy->labels->name . ':'
Potential connections found in static code analysis.
Outbound calls
12
External assets
0
Incoming endpoints
2
No external asset domains detected.
No public endpoints detected.
wp_ajax
wp_ajax
2 score snapshots
v1.8
43
Latest
v1.7
42
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 43 | 268 | 210 | 58 | v1.8 | 2.0.0 |
| 42 | 269 | 211 | 58 | v1.7 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.