WP Google Review Slider

Display Google reviews on your site with a slider or grid. Reviews are saved locally on your server for fast loading. No address? No problem — works w …

v18.2jgwhite33Updated Added 30k+ installs96% rating100% support resolved
25
Score
1,367
Errors
2,584
Warnings
+0
Change

Category Scores

Security0
Repo97
Performance100
Maintainability0

Issues to Review

Prioritized issue groups from the latest Plugin Check scan

3,951 findings

Maintainability

2,424

13 issue groups

Security

1,239

11 issue groups

I18n

235

1 issue group

WARNINGMaintainabilityNon-prefixed global variableGlobal variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$account_addon_ids".1,819
Category
Maintainability
Occurrences
1,819
Severity
warning

Sample message

Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$account_addon_ids".

ERRORSecurityOutput is not escapedAll output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '" <a href='{$skip_url}' class='button button-small button-secondary'>{$use_plugin_anonymously_text}</a>"'.661
Category
Security
Occurrences
661
Severity
error

Sample message

All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '" <a href='{$skip_url}' class='button button-small button-secondary'>{$use_plugin_anonymously_text}</a>"'.

ERRORI18nText Domain MismatchMismatched text domain. Expected 'wp-google-places-review-slider' but got 'wp-fb-reviews'.235
Category
I18n
Occurrences
235
Severity
error

Sample message

Mismatched text domain. Expected 'wp-google-places-review-slider' but got 'wp-fb-reviews'.

ERRORMaintainabilitywp function not compatible with requires wpFunction "esc_textarea()" requires WordPress 3.1.0, but your plugin minimum supported version is WordPress 3.0.1.175
Category
Maintainability
Occurrences
175
Severity
error

Sample message

Function "esc_textarea()" requires WordPress 3.1.0, but your plugin minimum supported version is WordPress 3.0.1.

ERRORSecurityUnsafe printing functionAll output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.174
Category
Security
Occurrences
174
Severity
error

Sample message

All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.

WARNINGSecurityRequest data is not unslashed$_GET[&#039;deleterev&#039;] not unslashed before sanitization. Use wp_unslash() or similar119
Category
Security
Occurrences
119
Severity
warning

Sample message

$_GET[&#039;deleterev&#039;] not unslashed before sanitization. Use wp_unslash() or similar

WARNINGMaintainabilityNon-prefixed functionFunctions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: &quot;_fs_text&quot;.108
Category
Maintainability
Occurrences
108
Severity
warning

Sample message

Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: &quot;_fs_text&quot;.

WARNINGMaintainabilityNon-prefixed constantGlobal constants defined by a theme/plugin should start with the theme/plugin prefix. Found: &quot;DOING_AJAX&quot;.98
Category
Maintainability
Occurrences
98
Severity
warning

Sample message

Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: &quot;DOING_AJAX&quot;.

WARNINGSecurityInput is not validatedDetected usage of a possibly undefined superglobal array index: $_GET[&#039;newvalue&#039;]. Check that the array index exists before using it.93
Category
Security
Occurrences
93
Severity
warning

Sample message

Detected usage of a possibly undefined superglobal array index: $_GET[&#039;newvalue&#039;]. Check that the array index exists before using it.

WARNINGMaintainabilityNon-prefixed classClasses declared by a theme/plugin should start with the theme/plugin prefix. Found: &quot;FS_Admin_Menu_Manager&quot;.66
Category
Maintainability
Occurrences
66
Severity
warning

Sample message

Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: &quot;FS_Admin_Menu_Manager&quot;.

Show 15 more
WARNINGMaintainabilityDirect Query56
Category
Maintainability
Occurrences
56
Severity
warning

Sample message

Use of a direct database call is discouraged.

WARNINGSecurityInput is not sanitized51
Category
Security
Occurrences
51
Severity
warning

Sample message

Detected usage of a non-sanitized input variable: $_GET[&#039;deleterev&#039;]

WARNINGMaintainabilityNo Caching50
Category
Maintainability
Occurrences
50
Severity
warning

Sample message

Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().

WARNINGSecurityNonce verification recommended46
Category
Security
Occurrences
46
Severity
warning

Sample message

Processing form data without nonce verification.

ERRORSecuritySQL query is not prepared40
Category
Security
Occurrences
40
Severity
error

Sample message

Use placeholders and $wpdb->prepare(); found $delpagename

WARNINGSecurityDatabase parameter is not escaped28
Category
Security
Occurrences
28
Severity
warning

Sample message

Unescaped parameter $table_name used in $wpdb-&gt;get_results()\n$table_name assigned unsafely at line 16.

ERRORMaintainabilityMissing direct file access protection18
Category
Maintainability
Occurrences
18
Severity
error

Sample message

PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;

WARNINGSecurityInterpolated SQL is not prepared13
Category
Security
Occurrences
13
Severity
warning

Sample message

Use placeholders and $wpdb-&gt;prepare(); found interpolated variable $table_name at &quot;DROP TABLE IF EXISTS $table_name&quot;

ERRORMaintainabilityOffloaded Content10
Category
Maintainability
Occurrences
10
Severity
error

Sample message

Offloading images, js, css, and other scripts to your servers or any remote service is disallowed.

ERRORSecurityDatabase parameter is not escaped7
Category
Security
Occurrences
7
Severity
error

Sample message

Unescaped parameter $prepared_statement used in $wpdb->get_results()\n$prepared_statement assigned unsafely at line 1720.

ERRORSecurityException output is not escaped7
Category
Security
Occurrences
7
Severity
error

Sample message

All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$message'.

ERRORMaintainabilitycurl curl setopt7
Category
Maintainability
Occurrences
7
Severity
error

Sample message

Using cURL functions is highly discouraged. Use wp_remote_get() instead.

WARNINGMaintainabilitySchema Change6
Category
Maintainability
Occurrences
6
Severity
warning

Sample message

Attempting a database schema change is discouraged.

ERRORMaintainabilitydate date6
Category
Maintainability
Occurrences
6
Severity
error

Sample message

date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.

WARNINGMaintainabilityMissing Version5
Category
Maintainability
Occurrences
5
Severity
warning

Sample message

Resource version not set in call to wp_enqueue_script(). This means new versions of the script may not always be loaded due to browser caching.

External Connections

Potential connections found in static code analysis.

54 domains

Outbound calls

268

External assets

15

Incoming endpoints

17

Notable Domains

freemius.com10 · outbound
search.google.com8 · outbound
ocean.ljapps.com6 · outbound
php.net6 · outbound
crawl.ljapps.com5 · outbound
maps.googleapis.com5 · outbound

Platform / Reference Domains

gnu.org111 · platform/reference
w3.org12 · platform/reference
wordpress.org12 · platform/reference
github.com3 · platform/reference
api.wordpress.org2 · platform/reference
make.wordpress.org2 · platform/reference
core.trac.wordpress.org1 · platform/reference

External Asset Domains

ljapps.com22 · asset + outbound
wpreviewslider.com13 · asset + outbound
maxcdn.bootstrapcdn.com2 · asset + outbound
gravatar.com1 · asset

Incoming Endpoints

No public endpoints detected.

Admin AJAX endpoints17
admin_post_fs_clone_resolutionauthenticated

admin_post

wp_ajax_fs_dismiss_notice_action_{$ajax_action_suffix}authenticated

wp_ajax

wp_ajax_fs_toggle_debug_modeauthenticated

wp_ajax

wp_ajax_wpfbr_crawl_placeidauthenticated

wp_ajax

wp_ajax_wpfbr_crawl_placeid_goauthenticated

wp_ajax

wp_ajax_wpfbr_dfs_check_existing_taskauthenticated

wp_ajax

wp_ajax_wpfbr_dfs_daily_remainingauthenticated

wp_ajax

wp_ajax_wpfbr_dfs_download_reviewsauthenticated

wp_ajax

wp_ajax_wpfbr_dfs_poll_resultsauthenticated

wp_ajax

wp_ajax_wpfbr_dfs_save_place_idauthenticated

wp_ajax

wp_ajax_wpfbr_dfs_save_task_idauthenticated

wp_ajax

wp_ajax_wpfbr_dfs_test_searchauthenticated

wp_ajax

5 more hidden

Score History

2 score snapshots

+0
1007550250Jun 20, 2026, 10:42 AM UTC Score 25/100 Plugin v18.1 Plugin Check 2.0.0 1,367 errors, 2,582 warningsJun 29, 2026, 03:20 PM UTC Score 25/100 Plugin v18.2 Plugin Check 2.0.0 1,367 errors, 2,584 warningsJun 20, 2026Jun 29, 2026

v18.2

25

Latest

Findings
3,951
Errors
1,367
Warnings
2,584
Check
2.0.0

v18.1

25

Score

Findings
3,949
Errors
1,367
Warnings
2,582
Check
2.0.0

Relationship Map

Author, categories, issues, domains, and nearby plugins.

37 nodes

Related Plugins