Add unlimited Google Maps, Leaflet & OpenStreetMap to WordPress. Create a map, map block or store locator — no API key needed for free maps.
Prioritized issue groups from the latest Plugin Check scan
I18n
615
4 issue groups
Security
120
11 issue groups
Maintainability
79
10 issue groups
Sample message
Missing $domain parameter in function call to __().
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
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"<script type='text/html' class='mapp-tmpl' id='$template_id'>$template</script>"'.
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 $fields
Sample message
Use placeholders and $wpdb->prepare(); found interpolated variable $maps_table at " AND $maps_table.oid = %d "
Sample message
Processing form data without nonce verification.
Sample message
Detected usage of a non-sanitized input variable: $_GET['name']
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
Unescaped parameter $maps_table used in $wpdb->get_col()\n$maps_table assigned unsafely at line 465.
Sample message
All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.
Sample message
No PHP code was found in this file and short open tags are not allowed by this install of PHP. This file may be using short open tags but PHP does not allow them.
Sample message
Unescaped parameter $fields used in $wpdb->get_results()\n$fields assigned unsafely at line 227.
Sample message
Multiple placeholders in translatable strings should be ordered. Expected "%1$s, %2$s", but got "%s, %s" in 'Invalid lat/lng coordinate: %s,%s'.
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "excerpt_more".
Sample message
$_REQUEST['mp_dev'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Do not use Localhost/127.0.0.1/*.local in your code. Found: https://localhost/
Sample message
The use of function ini_set() is discouraged
Sample message
Attempting a database schema change is discouraged.
Sample message
SQL wildcards for a LIKE query should be passed in through a replacement parameter and the variable part of the replacement should be escaped using "esc_like()". Found: like '%%%s%%'.
Sample message
Detected usage of meta_key, possible slow query.
Sample message
print_r() found. Debug code should not normally be used in production.
Sample message
Detected usage of a possibly undefined superglobal array index: $_SERVER['REMOTE_ADDR']. Check that the array index exists before using it.
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.
Potential connections found in static code analysis.
Outbound calls
109
External assets
2
Incoming endpoints
16
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
3 more hidden
4 score snapshots
v2.97.8
32
Latest
v2.97.7
32
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 32 | 825 | 696 | 129 | v2.97.8 | 2.0.0 |
| 32 | 824 | 696 | 128 | v2.97.7 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.