Testimonial Slider

Display your happy customers' Testimonials in a neat Responsive Slider

v1.3.3David Anderson / Team UpdraftUpdated Added 3k+ installs84% rating
34
Score
448
Errors
262
Warnings
+0
Change

Category Scores

Security0
Repo97
Performance100
Maintainability47

Issues to Review

Prioritized issue groups from the latest Plugin Check scan

710 findings

Security

523

13 issue groups

Maintainability

144

10 issue groups

I18n

37

2 issue groups

ERRORSecurityUnsafe Printing FunctionAll output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.254
Category
Security
Occurrences
254
Severity
error

Sample message

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

ERRORSecurityOutput Not EscapedAll output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$after_title'.98
Category
Security
Occurrences
98
Severity
error

Sample message

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

WARNINGMaintainabilityDirect QueryUse of a direct database call is discouraged.41
Category
Maintainability
Occurrences
41
Severity
warning

Sample message

Use of a direct database call is discouraged.

WARNINGMaintainabilityNo CachingDirect database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().36
Category
Maintainability
Occurrences
36
Severity
warning

Sample message

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

WARNINGSecurityMissingProcessing form data without nonce verification.33
Category
Security
Occurrences
33
Severity
warning

Sample message

Processing form data without nonce verification.

ERRORI18nMissing Arg DomainMissing $domain parameter in function call to __().32
Category
I18n
Occurrences
32
Severity
error

Sample message

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

WARNINGMaintainabilityNon Prefixed Function FoundFunctions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "create_testimonial_taxonomies".27
Category
Maintainability
Occurrences
27
Severity
warning

Sample message

Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "create_testimonial_taxonomies".

WARNINGSecurityInput Not SanitizedDetected usage of a non-sanitized input variable: $_FILES['settings_file']['tmp_name']24
Category
Security
Occurrences
24
Severity
warning

Sample message

Detected usage of a non-sanitized input variable: $_FILES['settings_file']['tmp_name']

WARNINGSecurityMissing Unslash$_POST['_create_new_slider_nonce'] not unslashed before sanitization. Use wp_unslash() or similar22
Category
Security
Occurrences
22
Severity
warning

Sample message

$_POST['_create_new_slider_nonce'] not unslashed before sanitization. Use wp_unslash() or similar

WARNINGSecurityRecommendedProcessing form data without nonce verification.19
Category
Security
Occurrences
19
Severity
warning

Sample message

Processing form data without nonce verification.

Show 15 more
ERRORSecurityNot Prepared17
Category
Security
Occurrences
17
Severity
error

Sample message

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

WARNINGSecurityInput Not Validated17
Category
Security
Occurrences
17
Severity
warning

Sample message

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

ERRORSecurityUnescaped DBParameter16
Category
Security
Occurrences
16
Severity
error

Sample message

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

ERRORMaintainabilitystrip tags strip tags15
Category
Maintainability
Occurrences
15
Severity
error

Sample message

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

WARNINGMaintainabilityNon Prefixed Variable Found12
Category
Maintainability
Occurrences
12
Severity
warning

Sample message

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

WARNINGSecurityInterpolated Not Prepared11
Category
Security
Occurrences
11
Severity
warning

Sample message

Use placeholders and $wpdb->prepare(); found interpolated variable $meta_table_name at "show tables like '$meta_table_name'"

WARNINGSecurityUnescaped DBParameter8
Category
Security
Occurrences
8
Severity
warning

Sample message

Unescaped parameter $meta_table_name used in $wpdb->get_var()\n$meta_table_name assigned unsafely at line 149.

WARNINGMaintainabilityNon Prefixed Hookname Found5
Category
Maintainability
Occurrences
5
Severity
warning

Sample message

Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "widget_cat".

ERRORI18nMissing Translators Comment5
Category
I18n
Occurrences
5
Severity
error

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.

WARNINGMaintainabilitySchema Change3
Category
Maintainability
Occurrences
3
Severity
warning

Sample message

Attempting a database schema change is discouraged.

ERRORMaintainabilitydate date3
Category
Maintainability
Occurrences
3
Severity
error

Sample message

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

ERRORSecurityregister setting Missing2
Category
Security
Occurrences
2
Severity
error

Sample message

Sanitization missing for register_setting().

ERRORSecurityMissing Replacements2
Category
Security
Occurrences
2
Severity
error

Sample message

Placeholders found in the query passed to $wpdb->prepare(), but no replacements found. Expected 2 replacement(s) parameters.

WARNINGMaintainabilityDiscouraged1
Category
Maintainability
Occurrences
1
Severity
warning

Sample message

The use of function ini_set() is discouraged

WARNINGMaintainabilityslow db query tax query1
Category
Maintainability
Occurrences
1
Severity
warning

Sample message

Detected usage of tax_query, possible slow query.

Score History

First score snapshot

v1.3.3

34

Latest

Findings
710
Errors
448
Warnings
262
Check
2.0.0

Related Plugins