Reviews Feed – Add Testimonials and Customer Reviews From Google Reviews, Yelp, TripAdvisor, and More

No API key required. Display Yelp and Google reviews for any business in a clean, customizable feed on your site.

v2.6.4Syed BalkhiUpdated 2026-06-16Added Mar 23, 2023100k+ installs86% rating100% support resolved
23
Score
135
Errors
659
Warnings
+0
Change

Category Scores

Security0
Repo89
Performance100
Maintainability0

Top Issues by Category

maintainability545
security182
i18n51

Issues Details

794 issues found in latest scan

WARNING222
WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound

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

WARNING65
WordPress.Security.ValidatedSanitizedInput.MissingUnslash

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

WARNING54
WordPress.DB.DirectDatabaseQuery.DirectQuery

Use of a direct database call is discouraged.

ERROR53
WordPress.DateTime.RestrictedFunctions.date_date

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

WARNING51
WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedFunctionFound

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

WARNING50
WordPress.DB.DirectDatabaseQuery.NoCaching

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

WARNING39
WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedConstantFound

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

WARNING38
PluginCheck.Security.DirectDB.UnescapedDBParameter

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

WARNING37
WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedHooknameFound

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

WARNING37
WordPress.Security.NonceVerification.Recommended

Processing form data without nonce verification.

WARNING30
WordPress.Security.ValidatedSanitizedInput.InputNotSanitized

Detected usage of a non-sanitized input variable: $_FILES['feedFile']['name']

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

ERROR14
WordPress.WP.I18n.UnorderedPlaceholdersText

Multiple placeholders in translatable strings should be ordered. Expected "%1$s, %2$s", but got "%s, %s" in '%sLog in and disable these emails%s'.

WARNING10
WordPress.Security.ValidatedSanitizedInput.InputNotValidated

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

ERROR10
wp_function_not_compatible_with_requires_wp

Function "get_rest_url()" requires WordPress 4.4.0, but your plugin minimum supported version is WordPress 4.1.0.

ERROR7
WordPress.WP.AlternativeFunctions.rand_rand

rand() is discouraged. Use the far less predictable wp_rand() instead.

ERROR7
WordPress.WP.I18n.MissingArgDomain

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

WARNING6
WordPress.DB.DirectDatabaseQuery.SchemaChange

Attempting a database schema change is discouraged.

ERROR5
missing_direct_file_access_protection

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

WARNING4
WordPress.DB.SlowDBQuery.slow_db_query_tax_query

Detected usage of tax_query, possible slow query.

ERROR4
WordPress.WP.I18n.TextDomainMismatch

Mismatched text domain. Expected 'reviews-feed' but got 'custom-reviews-feed'.

ERROR3
WordPress.WP.EnqueuedResourceParameters.NoExplicitVersion

Version parameter is not explicitly set or has been set to an equivalent of "false" for wp_enqueue_script; This means that the WordPress core version will be used which is not recommended for plugin or theme development.

WARNING2
WordPress.DB.PreparedSQLPlaceholders.UnfinishedPrepare

Replacement variables found, but no valid placeholders found in the query.

WARNING2
WordPress.DB.SlowDBQuery.slow_db_query_meta_query

Detected usage of meta_query, possible slow query.

WARNING2
WordPress.PHP.DevelopmentFunctions.error_log_print_r

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

Latest Snapshot

Findings

794

Errors

135

Warnings

659

Score History

First score snapshot

First scan completed Jun 20, 2026

v2.6.4 · Plugin Check 2.0.0 · Model 2026.06-mvp-static-v2

Jun 20, 2026

v2.6.4

23

Latest

Findings
794
Errors
135
Warnings
659
Plugin Check
2.0.0
Model
2026.06-mvp-static-v2

Related Plugins