WP Go Maps – Google Map, OpenStreetMap, Leaflet Map

The easiest to use WordPress map plugin! Create a custom map, map block, store locator or map widget with high quality markers.

v10.1.03WPGMapsUpdated Added 300k+ installs96% rating67% support resolved
25
Score
4,996
Errors
1,008
Warnings
+0
Change

Category Scores

Security0
Repo100
Performance100
Maintainability0

Issues to Review

Prioritized issue groups from the latest Plugin Check scan

6,004 findings

Security

5,365

12 issue groups

Maintainability

478

11 issue groups

I18n

80

2 issue groups

ERRORSecurityUnsafe Printing FunctionAll output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.3,865
Category
Security
Occurrences
3,865
Severity
error

Sample message

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

ERRORSecurityOutput Not EscapedAll output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"#$mid</h2>\n'.706
Category
Security
Occurrences
706
Severity
error

Sample message

All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"#$mid</h2>\n'.

WARNINGSecurityMissing Unslash$_GET[&#039;action&#039;] not unslashed before sanitization. Use wp_unslash() or similar139
Category
Security
Occurrences
139
Severity
warning

Sample message

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

WARNINGSecurityInput Not ValidatedDetected usage of a possibly undefined superglobal array index: $_GET[&#039;action&#039;]. Check that the array index exists before using it.134
Category
Security
Occurrences
134
Severity
warning

Sample message

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

WARNINGSecurityRecommendedProcessing form data without nonce verification.128
Category
Security
Occurrences
128
Severity
warning

Sample message

Processing form data without nonce verification.

WARNINGSecurityInterpolated Not PreparedUse placeholders and $wpdb-&gt;prepare(); found interpolated variable $WPGMZA_TABLE_NAME_MAPS at &quot;SELECT id FROM $WPGMZA_TABLE_NAME_MAPS WHERE active = 0 ORDER BY id ASC LIMIT 1&quot;122
Category
Security
Occurrences
122
Severity
warning

Sample message

Use placeholders and $wpdb-&gt;prepare(); found interpolated variable $WPGMZA_TABLE_NAME_MAPS at &quot;SELECT id FROM $WPGMZA_TABLE_NAME_MAPS WHERE active = 0 ORDER BY id ASC LIMIT 1&quot;

ERRORMaintainabilitymissing direct file access protectionPHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;111
Category
Maintainability
Occurrences
111
Severity
error

Sample message

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

WARNINGMaintainabilityDirect QueryUse of a direct database call is discouraged.110
Category
Maintainability
Occurrences
110
Severity
warning

Sample message

Use of a direct database call is discouraged.

WARNINGMaintainabilityNo CachingDirect database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().110
Category
Maintainability
Occurrences
110
Severity
warning

Sample message

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

ERRORSecurityNot PreparedUse placeholders and $wpdb->prepare(); found $WPGMZA_TABLE_NAME_MARKERS64
Category
Security
Occurrences
64
Severity
error

Sample message

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

Show 15 more
WARNINGSecurityUnescaped DBParameter60
Category
Security
Occurrences
60
Severity
warning

Sample message

Unescaped parameter $WPGMZA_TABLE_NAME_CIRCLES used in $wpdb-&gt;get_var()

ERRORI18nMissing Translators Comment57
Category
I18n
Occurrences
57
Severity
error

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.

ERRORSecurityUnescaped DBParameter44
Category
Security
Occurrences
44
Severity
error

Sample message

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

WARNINGSecurityInput Not Sanitized37
Category
Security
Occurrences
37
Severity
warning

Sample message

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

ERRORSecurityException Not Escaped35
Category
Security
Occurrences
35
Severity
error

Sample message

All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '" ID '{$this->id}' not found"'.

WARNINGMaintainabilityMissing Version33
Category
Maintainability
Occurrences
33
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.

WARNINGSecurityMissing31
Category
Security
Occurrences
31
Severity
warning

Sample message

Processing form data without nonce verification.

WARNINGMaintainabilityerror log trigger error27
Category
Maintainability
Occurrences
27
Severity
warning

Sample message

trigger_error() found. Debug code should not normally be used in production.

ERRORI18nMissing Arg Domain23
Category
I18n
Occurrences
23
Severity
error

Sample message

Missing $domain parameter in function call to __().

ERRORMaintainabilitydate date22
Category
Maintainability
Occurrences
22
Severity
error

Sample message

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

ERRORMaintainabilityNo Explicit Version16
Category
Maintainability
Occurrences
16
Severity
error

Sample message

Version parameter is not explicitly set or has been set to an equivalent of "false" for wp_enqueue_script; This means that the WordPress core version will be used which is not recommended for plugin or theme development.

WARNINGMaintainabilityNon Prefixed Variable Found14
Category
Maintainability
Occurrences
14
Severity
warning

Sample message

Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: &quot;$basicVersion&quot;.

WARNINGMaintainabilityNon Prefixed Hookname Found13
Category
Maintainability
Occurrences
13
Severity
warning

Sample message

Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: &quot;wp_doing_ajax&quot;.

ERRORMaintainabilitystrip tags strip tags12
Category
Maintainability
Occurrences
12
Severity
error

Sample message

strip_tags() is discouraged. Use the more comprehensive wp_strip_all_tags() instead.

WARNINGMaintainabilityNot In Footer10
Category
Maintainability
Occurrences
10
Severity
warning

Sample message

In footer ($in_footer) is not set explicitly wp_enqueue_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.

Score History

First score snapshot

v10.1.03

25

Latest

Findings
6,004
Errors
4,996
Warnings
1,008
Check
2.0.0

Related Plugins

Gmap Block

10k+ active installs

99
Maps Widget for Google Maps

30k+ active installs

99
Map Block

6k+ active installs

98
Responsive Image Maps

4k+ active installs

98
WP Go Maps Block

3k+ active installs

98