Ditty offers a range of content display options, including its signature news ticker and customizable layouts.
Prioritized issue groups from the latest Plugin Check scan
Security
779
11 issue groups
Maintainability
186
11 issue groups
I18n
54
3 issue groups
Sample message
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}'>"'.
Sample message
$_GET['action'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Detected usage of a non-sanitized input variable: $_FILES['ditty_import_posts']['tmp_name']
Sample message
Processing form data without nonce verification.
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
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
Use placeholders and $wpdb->prepare(); found interpolated variable $column at "SELECT $column FROM $this->table_name WHERE $column_where = %s LIMIT 1;"
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
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$args".
Sample message
All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "'get_template_part_' . $slug".
Sample message
Detected usage of a possibly undefined superglobal array index: $_FILES['ditty_import_posts']['tmp_name']. Check that the array index exists before using it.
Sample message
Use placeholders and $wpdb->prepare(); found $query
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "DNT".
Sample message
Mismatched text domain. Expected 'ditty-news-ticker' but got 'ditty-ticker'.
Sample message
Detected usage of meta_key, possible slow query.
Sample message
Unescaped parameter $query used in $wpdb->get_results()\n$query assigned unsafely at line 116.
Sample message
Detected usage of meta_query, possible slow query.
Sample message
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
Sample message
Missing $domain parameter in function call to __().
Sample message
Unescaped parameter $table_name used in $wpdb->get_var()\n$table_name assigned unsafely at line 315.
Sample message
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.
Sample message
Detected usage of meta_value, possible slow query.
Sample message
Processing form data without nonce verification.
Potential connections found in static code analysis.
Outbound calls
271
External assets
4
Incoming endpoints
25
register_rest_route
register_rest_route
register_rest_route
register_rest_route
register_rest_route
register_rest_route
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
2 more hidden
2 score snapshots
v3.1.67
27
Latest
v3.1.66
26
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 27 | 1,045 | 561 | 484 | v3.1.67 | 2.0.0 |
| 26 | 1,045 | 561 | 484 | v3.1.66 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.