No API key required. Display Yelp and Google reviews for any business in a clean, customizable feed on your site.
Prioritized issue groups from the latest Plugin Check scan
Maintainability
677
14 issue groups
Security
192
7 issue groups
I18n
53
4 issue groups
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$accent_color".
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "__".
Sample message
$_GET['page'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Use of a direct database call is discouraged.
Sample message
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
Sample message
Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "ICL_SITEPRESS_VERSION".
Sample message
Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "litespeed_purge_all".
Sample message
Unescaped parameter $cache_table used in $wpdb->query()\n$cache_table assigned unsafely at line 1403.
Sample message
Processing form data without nonce verification.
Sample message
Detected usage of a non-sanitized input variable: $_FILES['feedFile']['name']
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
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'.
Sample message
Function "get_rest_url()" requires WordPress 4.4.0, but your plugin minimum supported version is WordPress 4.1.0.
Sample message
Detected usage of a possibly undefined superglobal array index: $_FILES['feedFile']['name']. Check that the array index exists before using it.
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$id'.
Sample message
rand() is discouraged. Use the far less predictable wp_rand() instead.
Sample message
Missing $domain parameter in function call to __().
Sample message
Attempting a database schema change is discouraged.
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
Detected usage of tax_query, possible slow query.
Sample message
strip_tags() is discouraged. Use the more comprehensive wp_strip_all_tags() instead.
Sample message
Mismatched text domain. Expected 'reviews-feed' but got 'custom-reviews-feed'.
Sample message
var_export() found. Debug code should not normally be used in production.
Sample message
Replacement variables found, but no valid placeholders found in the query.
Potential connections found in static code analysis.
Outbound calls
235
External assets
0
Incoming endpoints
65
No external asset domains detected.
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
52 more hidden
8 score snapshots
v2.10.0
24
Latest
v2.9.0
24
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 24 | 943 | 152 | 791 | v2.10.0 | 2.0.0 |
| 24 | 906 | 146 | 760 | v2.9.0 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.