Site Reviews is the best free reviews plugin. It integrates with WooCommerce & SureCart and works just like reviews on Amazon, Tripadvisor, and Yelp.
Prioritized issue groups from the latest Plugin Check scan
Security
1,036
9 issue groups
Maintainability
634
13 issue groups
I18n
258
2 issue groups
Performance
12
1 issue group
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"</{$this->get_tag()}>"'.
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"Method [$method] does not exist."'.
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$addon".
Sample message
Mismatched text domain. Expected 'site-reviews' but got 'action-scheduler'.
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
Use of a direct database call is discouraged.
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: "admin_memory_limit".
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
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "as_enqueue_async_action".
Sample message
Unescaped parameter $column_name used in $wpdb->get_var()
Sample message
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "$hook".
Sample message
Using exclusionary parameters, like exclude, 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.
Sample message
Detected usage of meta_key, possible slow query.
Sample message
All output should be run through an escaping function (like echo esc_html_x() or echo esc_attr_x()), found '_ex'.
Sample message
Detected usage of meta_value, possible slow query.
Sample message
Processing form data without nonce verification.
Sample message
Attempting a database schema change is discouraged.
Sample message
Use placeholders and $wpdb->prepare(); found interpolated variable {$constraint->CONSTRAINT_NAME} at ALTER TABLE {$constraint->TABLE_NAME} DROP FOREIGN KEY {$constraint->CONSTRAINT_NAME};\n
Sample message
Detected usage of meta_query, possible slow query.
Sample message
wp_redirect() found. Using wp_safe_redirect(), along with the "allowed_redirect_hosts" filter if needed, can help avoid any chances of malicious redirects within code. It is also important to remember to call exit() after a redirect so that no other unwanted code is executed.
Sample message
Detected usage of a non-sanitized input variable: $_POST[$key]
Sample message
$_POST[$key] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
parse_url() is discouraged because of inconsistency in the output across PHP versions; use wp_parse_url() instead.
Potential connections found in static code analysis.
Outbound calls
300
External assets
0
Incoming endpoints
0
No external asset domains detected.
No public endpoints detected.
5 score snapshots
v8.2.0
23
Latest
v8.1.0
23
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 23 | 1,973 | 1,372 | 601 | v8.2.0 | 2.0.0 |
| 23 | 2,230 | 1,626 | 604 | v8.1.0 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.