Display WooCommerce product reviews in a responsive review slider, carousel, or grid using a shortcode or widget. Showcase customer reviews anywhere o …
Prioritized issue groups from the latest Plugin Check scan
Maintainability
350
12 issue groups
Security
238
11 issue groups
I18n
5
2 issue groups
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$allowed_keys".
Sample message
All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.
Sample message
Processing form data without nonce verification.
Sample message
$_GET['pnum'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Detected usage of a possibly undefined superglobal array index: $_GET['page']. Check that the array index exists before using it.
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
Use placeholders and $wpdb->prepare(); found $commentinfoarray
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"<div id='error'>\n'.
Sample message
Unescaped parameter $table_name used in $wpdb->get_results()
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
Offloading images, js, css, and other scripts to your servers or any remote service is disallowed.
Sample message
Use placeholders and $wpdb->prepare(); found interpolated variable $table_name at "DROP TABLE IF EXISTS $table_name"
Sample message
Function "get_avatar_url()" requires WordPress 4.2.0, but your plugin minimum supported version is WordPress 3.0.1.
Sample message
Attempting a database schema change is discouraged.
Sample message
Mismatched text domain. Expected 'review-slider-for-woocommerce' but got 'wp-google-reviews'.
Sample message
Unescaped parameter $query used in $wpdb->get_results()\n$query assigned unsafely at line 154.
Sample message
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
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
Found call to wp_register_style() with external resource. Offloading styles to your servers or any remote service is disallowed.
Sample message
Sanitization missing for register_setting().
Sample message
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "WPrev_Woo_Plugin_Action".
Sample message
Detected usage of a non-sanitized input variable: $_REQUEST['_wpnonce']
Sample message
strip_tags() is discouraged. Use the more comprehensive wp_strip_all_tags() 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.
Potential connections found in static code analysis.
Outbound calls
29
External assets
7
Incoming endpoints
3
No public endpoints detected.
wp_ajax
wp_ajax
wp_ajax
2 score snapshots
v1.7
32
Latest
v1.6
33
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 32 | 598 | 163 | 435 | v1.7 | 2.0.0 |
| 33 | 582 | 160 | 422 | v1.6 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.