Recent Posts Widget With Thumbnails

List the most recent posts with post titles, thumbnails, excerpts, authors, categories, dates and more!

v7.1.1Kybernetik ServicesUpdated 2026-04-15Added Jun 12, 2014100k+ installs96% rating100% support resolved
37
Score
222
Errors
46
Warnings
+0
Change

Category Scores

Security0
Repo94
Performance96
Maintainability67

Top Issues by Category

security152
i18n60
maintainability52
performance3
repo_compliance1

Issues Details

268 issues found in latest scan

ERROR151
WordPress.Security.EscapeOutput.OutputNotEscaped

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

WARNING37
WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound

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

ERROR29
WordPress.WP.I18n.MissingArgDomain

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

ERROR29
WordPress.WP.I18n.NonSingularStringLiteralText

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

ERROR3
WordPress.WP.AlternativeFunctions.strip_tags_strip_tags

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

WARNING3
WordPressVIPMinimum.Performance.WPQueryParams.PostNotIn_post__not_in

Using exclusionary parameters, like post__not_in, in calls to get_posts() should be done with caution, see https://wpvip.com/documentation/performance-improvements-by-removing-usage-of-post__not_in/ for more information.

ERROR3
missing_direct_file_access_protection

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

ERROR2
WordPress.WP.I18n.MissingTranslatorsComment

A function call to esc_html__() 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.

WARNING1
WordPress.DB.DirectDatabaseQuery.DirectQuery

Use of a direct database call is discouraged.

WARNING1
WordPress.DB.DirectDatabaseQuery.NoCaching

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

ERROR1
WordPress.DB.PreparedSQLPlaceholders.QuotedSimplePlaceholder

Simple placeholders should not be quoted in the query string in $wpdb->prepare(). Found: '%s'.

WARNING1
WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedClassFound

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

WARNING1
WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedFunctionFound

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

WARNING1
WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedHooknameFound

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

ERROR1
WordPress.WP.AlternativeFunctions.file_system_operations_chmod

File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: chmod().

ERROR1
WordPress.WP.AlternativeFunctions.parse_url_parse_url

parse_url() is discouraged because of inconsistency in the output across PHP versions; use wp_parse_url() instead.

ERROR1
WordPress.WP.AlternativeFunctions.unlink_unlink

unlink() is discouraged. Use wp_delete_file() to delete a file.

WARNING1
WordPress.WP.DeprecatedFunctions.wp_get_sitesFound

wp_get_sites() has been deprecated since WordPress version 4.6.0. Use get_sites() instead.

ERROR1
readme_mismatched_header_requires

Mismatched Requires at least: 2.9 != 4.6. "Requires at least" needs to be exactly the same with that in your main plugin file's header.

Latest Snapshot

Findings

268

Errors

222

Warnings

46

Score History

First score snapshot

First scan completed Jun 19, 2026

v7.1.1 · Plugin Check 2.0.0 · Model 2026.06-mvp-static-v2

Jun 19, 2026

v7.1.1

37

Latest

Findings
268
Errors
222
Warnings
46
Plugin Check
2.0.0
Model
2026.06-mvp-static-v2

Related Plugins