Ditty – Responsive News Tickers, Sliders, and Lists

Ditty offers a range of content display options, including its signature news ticker and customizable layouts.

v3.1.66metaphorcreationsUpdated 2026-05-20Added Jan 24, 201330k+ installs92% rating
26
Score
561
Errors
484
Warnings
+0
Change

Category Scores

Security0
Repo94
Performance94
Maintainability13

Top Issues by Category

security779
maintainability186
i18n54

Issues Details

1,045 issues found in latest scan

ERROR399
WordPress.Security.EscapeOutput.OutputNotEscaped

All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"<a href='edit.php?post_type={$post->post_type}&ditty_display={$display_id}'>"'.

WARNING104
WordPress.Security.ValidatedSanitizedInput.MissingUnslash

$_GET[&#039;action&#039;] not unslashed before sanitization. Use wp_unslash() or similar

WARNING98
WordPress.Security.ValidatedSanitizedInput.InputNotSanitized

Detected usage of a non-sanitized input variable: $_FILES[&#039;ditty_import_posts&#039;][&#039;tmp_name&#039;]

WARNING87
WordPress.Security.NonceVerification.Recommended

Processing form data without nonce verification.

ERROR47
missing_direct_file_access_protection

PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;

ERROR35
WordPress.WP.I18n.MissingTranslatorsComment

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.

WARNING28
WordPress.DB.PreparedSQL.InterpolatedNotPrepared

Use placeholders and $wpdb-&gt;prepare(); found interpolated variable $column at &quot;SELECT $column FROM $this-&gt;table_name WHERE $column_where = %s LIMIT 1;&quot;

WARNING27
WordPress.DB.DirectDatabaseQuery.DirectQuery

Use of a direct database call is discouraged.

WARNING26
WordPress.DB.DirectDatabaseQuery.NoCaching

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

WARNING22
WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound

Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: &quot;$args&quot;.

ERROR20
WordPress.Security.EscapeOutput.UnsafePrintingFunction

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

WARNING16
WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedHooknameFound

Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: &quot;&#039;get_template_part_&#039; . $slug&quot;.

WARNING14
WordPress.Security.ValidatedSanitizedInput.InputNotValidated

Detected usage of a possibly undefined superglobal array index: $_FILES[&#039;ditty_import_posts&#039;][&#039;tmp_name&#039;]. Check that the array index exists before using it.

ERROR13
WordPress.DB.PreparedSQL.NotPrepared

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

WARNING13
WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedFunctionFound

Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: &quot;DNT&quot;.

ERROR13
WordPress.WP.I18n.TextDomainMismatch

Mismatched text domain. Expected 'ditty-news-ticker' but got 'ditty-ticker'.

WARNING10
WordPress.DB.SlowDBQuery.slow_db_query_meta_key

Detected usage of meta_key, possible slow query.

ERROR8
PluginCheck.Security.DirectDB.UnescapedDBParameter

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

WARNING8
WordPress.DB.SlowDBQuery.slow_db_query_meta_query

Detected usage of meta_query, possible slow query.

ERROR8
WordPress.DateTime.RestrictedFunctions.date_date

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

ERROR6
WordPress.WP.I18n.MissingArgDomain

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

WARNING5
PluginCheck.Security.DirectDB.UnescapedDBParameter

Unescaped parameter $table_name used in $wpdb-&gt;get_var()\n$table_name assigned unsafely at line 315.

WARNING5
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.

WARNING4
WordPress.DB.SlowDBQuery.slow_db_query_meta_value

Detected usage of meta_value, possible slow query.

WARNING3
WordPress.Security.NonceVerification.Missing

Processing form data without nonce verification.

Latest Snapshot

Findings

1,045

Errors

561

Warnings

484

Score History

First score snapshot

First scan completed Jun 20, 2026

v3.1.66 · Plugin Check 2.0.0 · Model 2026.06-mvp-static-v2

Jun 20, 2026

v3.1.66

26

Latest

Findings
1,045
Errors
561
Warnings
484
Plugin Check
2.0.0
Model
2026.06-mvp-static-v2

Related Plugins