The easiest to use WordPress map plugin! Create a custom map, map block, store locator or map widget with high quality markers.
Prioritized issue groups from the latest Plugin Check scan
Security
5,371
12 issue groups
Maintainability
484
11 issue groups
I18n
80
2 issue groups
Sample message
All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"#$mid</h2>\n'.
Sample message
$_GET['action'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Detected usage of a possibly undefined superglobal array index: $_GET['action']. Check that the array index exists before using it.
Sample message
Processing form data without nonce verification.
Sample message
Use placeholders and $wpdb->prepare(); found interpolated variable $WPGMZA_TABLE_NAME_MAPS at "SELECT active FROM $WPGMZA_TABLE_NAME_MAPS WHERE id = %d"
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
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
Use placeholders and $wpdb->prepare(); found $WPGMZA_TABLE_NAME_MARKERS
Sample message
Unescaped parameter $WPGMZA_TABLE_NAME_CIRCLES used in $wpdb->get_var()
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
Unescaped parameter $columns used in $wpdb->get_results()\n$columns assigned unsafely at line 1137.
Sample message
Detected usage of a non-sanitized input variable: $_GET['action']
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"'.
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.
Sample message
Processing form data without nonce verification.
Sample message
trigger_error() found. Debug code should not normally be used in production.
Sample message
Missing $domain parameter in function call to __().
Sample message
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
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.
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$basicVersion".
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "wp_doing_ajax".
Sample message
strip_tags() is discouraged. Use the more comprehensive wp_strip_all_tags() instead.
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.
Potential connections found in static code analysis.
Outbound calls
290
External assets
10
Incoming endpoints
0
No public endpoints detected.
3 score snapshots
v10.1.06
25
Latest
v10.1.04
25
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 25 | 6,016 | 4,996 | 1,020 | v10.1.06 | 2.0.0 |
| 25 | 6,004 | 4,996 | 1,008 | v10.1.04 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.