Dynamic Widgets

Dynamic Widgets gives you full control on which pages a widget will display. It lets you dynamicly show or hide widgets on WordPress pages.

v1.6.6KalmangUpdated 2026-02-12Added Jan 17, 201010k+ installs94% rating
24
Score
631
Errors
812
Warnings
+0
Change

Category Scores

Security0
Repo79
Performance100
Maintainability9

Top Issues by Category

security754
maintainability485
i18n191

Issues Details

1,443 issues found in latest scan

WARNING358
WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound

Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$$m".

ERROR264
WordPress.Security.EscapeOutput.OutputNotEscaped

All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$DW'.

ERROR148
WordPress.WP.I18n.NonSingularStringLiteralDomain

The $domain parameter must be a single text string literal. Found: DW_L10N_DOMAIN

WARNING113
WordPress.Security.ValidatedSanitizedInput.MissingUnslash

$_GET['dynwid_dump'] not unslashed before sanitization. Use wp_unslash() or similar

WARNING99
WordPress.Security.ValidatedSanitizedInput.InputNotSanitized

Detected usage of a non-sanitized input variable: $_GET['dynwid_dump']

ERROR75
WordPress.Security.EscapeOutput.UnsafePrintingFunction

All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.

WARNING62
WordPress.Security.ValidatedSanitizedInput.InputNotValidated

Detected usage of a possibly undefined superglobal array index: $_GET['id']. Check that the array index exists before using it.

ERROR39
WordPress.DB.PreparedSQL.NotPrepared

Use placeholders and $wpdb->prepare(); found $query

WARNING39
WordPress.Security.NonceVerification.Missing

Processing form data without nonce verification.

WARNING33
WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedClassFound

Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "DWMessageBox".

ERROR31
PluginCheck.Security.DirectDB.UnescapedDBParameter

Unescaped parameter $query used in $wpdb->get_results()\n$query assigned unsafely at line 124.

ERROR31
WordPress.WP.I18n.MissingArgDomain

Missing $domain parameter in function call to __().

WARNING24
WordPress.Security.NonceVerification.Recommended

Processing form data without nonce verification.

WARNING23
WordPress.DB.DirectDatabaseQuery.DirectQuery

Use of a direct database call is discouraged.

WARNING23
WordPress.DB.DirectDatabaseQuery.NoCaching

Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().

WARNING17
WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedConstantFound

Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "DW_CLASSES".

ERROR10
WordPress.DateTime.RestrictedFunctions.date_date

date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.

WARNING8
WordPress.Security.SafeRedirect.wp_redirect_wp_redirect

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.

ERROR8
WordPress.WP.I18n.NonSingularStringLiteralText

The $text parameter must be a single text string literal. Found: $except

ERROR5
WordPress.WP.AlternativeFunctions.strip_tags_strip_tags

strip_tags() is discouraged. Use the more comprehensive wp_strip_all_tags() instead.

ERROR5
WordPress.WP.DeprecatedParameters.Get_termsParam2Found

The parameter "array('get' => 'all')" at position #2 of get_terms() has been deprecated since WordPress version 4.5.0. Instead do not pass the parameter.

WARNING4
WordPress.WP.EnqueuedResourceParameters.MissingVersion

Resource version not set in call to wp_enqueue_script(). This means new versions of the script may not always be loaded due to browser caching.

ERROR4
WordPress.WP.I18n.SingleUnderscoreGetTextFunction

Found single-underscore "_()" function when double-underscore expected.

ERROR4
wp_function_not_compatible_with_requires_wp

Function "get_current_screen()" requires WordPress 3.1.0, but your plugin minimum supported version is WordPress 3.0.0.

WARNING3
WordPress.PHP.DevelopmentFunctions.error_log_print_r

print_r() found. Debug code should not normally be used in production.

Latest Snapshot

Findings

1,443

Errors

631

Warnings

812

Score History

First score snapshot

First scan completed Jun 20, 2026

v1.6.6 · Plugin Check 2.0.0 · Model 2026.06-mvp-static-v2

Jun 20, 2026

v1.6.6

24

Latest

Findings
1,443
Errors
631
Warnings
812
Plugin Check
2.0.0
Model
2026.06-mvp-static-v2

Related Plugins