Combine Facebook reviews and recommendations with Google, TripAdvisor and Yelp reviews in a widget, block or shortcode. Build a trusted website!
Prioritized issue groups from the latest Plugin Check scan
Security
303
9 issue groups
Maintainability
118
13 issue groups
I18n
56
3 issue groups
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$addcls'.
Sample message
The $domain parameter must be a single text string literal. Found: Plugin::NAME
Sample message
Use of a direct database call is discouraged.
Sample message
Use placeholders and $wpdb->prepare(); found $place_sql
Sample message
Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().
Sample message
Processing form data without nonce verification.
Sample message
Detected usage of a possibly undefined superglobal array index: $_POST['content']. Check that the array index exists before using it.
Sample message
Processing form data without nonce verification.
Sample message
Detected usage of a non-sanitized input variable: $_GET[Plugin::SLG . '_rev_notice']
Sample message
Use placeholders and $wpdb->prepare(); found interpolated variable {$biz} at JOIN {$biz} b ON b.id = r.biz_id\n
Sample message
$_GET[Plugin::SLG . '_rev_notice'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Attempting a database schema change is discouraged.
Sample message
Unescaped parameter $col used in $wpdb->query()\n$col assigned unsafely at line 132.
Sample message
print_r() found. Debug code should not normally be used in production.
Sample message
Scripts must be registered/enqueued via wp_enqueue_script()
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "Plugin::SLG . '_admin_notices'".
Sample message
Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "TRUSTREVIEWS_PLUGIN_FILE".
Sample message
rand() is discouraged. Use the far less predictable wp_rand() instead.
Sample message
In footer ($in_footer) is not set explicitly wp_register_script; It is recommended to load scripts in the footer. Please set this value to `true` to load it in the footer, or explicitly `false` if it should be loaded in the header.
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
load_plugin_textdomain() has been discouraged since WordPress version 4.6. When your plugin is hosted on WordPress.org, you no longer need to manually include this function call for translations under your plugin slug. WordPress will automatically load the translations for you as needed.
Sample message
get_current_theme() has been deprecated since WordPress version 3.4.0. Use wp_get_theme() instead.
Sample message
get_theme() has been deprecated since WordPress version 3.4.0. Use wp_get_theme( $stylesheet ) instead.
Sample message
Resource version not set in call to wp_register_style(). This means new versions of the style may not always be loaded due to browser caching.
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.
Potential connections found in static code analysis.
Outbound calls
64
External assets
6
Incoming endpoints
0
No public endpoints detected.
2 score snapshots
v2.8
35
Latest
v2.7.3
34
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 35 | 480 | 255 | 225 | v2.8 | 2.0.0 |
| 34 | 486 | 274 | 212 | v2.7.3 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.