Create a Yelp review slider! Easily display your Yelp business reviews in your Posts, Pages, and Widget areas. Download multiple locations, store revi …
Prioritized issue groups from the latest Plugin Check scan
Maintainability
1,000
14 issue groups
Security
543
10 issue groups
I18n
117
1 issue group
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$all_avgs".
Sample message
All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.
Sample message
Mismatched text domain. Expected 'wp-yelp-review-slider' but got 'wp-fb-reviews'.
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"[$k]=>\""'.
Sample message
Function "esc_textarea()" requires WordPress 3.1.0, but your plugin minimum supported version is WordPress 3.0.1.
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
Detected usage of a possibly undefined superglobal array index: $_GET['page']. Check that the array index exists before using it.
Sample message
Detected usage of a non-sanitized input variable: $_GET['pnum']
Sample message
Use placeholders and $wpdb->prepare(); found $filterratingtext
Sample message
$_GET['pnum'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Unescaped parameter $reviews_table_name used in $wpdb->get_col()\n$reviews_table_name assigned unsafely at line 167.
Sample message
Processing form data without nonce verification.
Sample message
Use placeholders and $wpdb->prepare(); found interpolated variable $created_time at " WHERE created_time = '$created_time'"
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
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
Sample message
Short PHP opening tag used with echo; expected "<?php echo esc_attr ..." but found "<?= esc_attr ..."
Sample message
Using cURL functions is highly discouraged. Use wp_remote_get() instead.
Sample message
Unescaped parameter $query used in $wpdb->get_results()\n$query assigned unsafely at line 155.
Sample message
Attempting a database schema change is discouraged.
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "activate_WP_Yelp_Review".
Sample message
strip_tags() is discouraged. Use the more comprehensive wp_strip_all_tags() instead.
Sample message
The use of function ini_set() is discouraged
Sample message
The plugin name includes a restricted term. Your chosen plugin name - "WP Yelp Review Slider" - contains the restricted term "wp" which cannot be used at all in your plugin name.
Potential connections found in static code analysis.
Outbound calls
74
External assets
13
Incoming endpoints
8
No public endpoints detected.
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
3 score snapshots
v9.1
25
Latest
v9.0
25
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 25 | 1,678 | 598 | 1,080 | v9.1 | 2.0.0 |
| 25 | 1,686 | 600 | 1,086 | v9.0 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.