Include Google and OpenStreetMap maps in posts and pages, and map posts, pages, and other objects on global maps. Make WordPress into a GeoCMS.
Prioritized issue groups from the latest Plugin Check scan
Security
513
11 issue groups
I18n
342
4 issue groups
Maintainability
130
10 issue groups
Sample message
Mismatched text domain. Expected 'geo-mashup' but got 'GeoMashup'.
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 '"$key\n"'.
Sample message
Use of a direct database call is discouraged.
Sample message
Processing form data without nonce verification.
Sample message
Processing form data without nonce verification.
Sample message
Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$api_data".
Sample message
Detected usage of a non-sanitized input variable: $_GET['lang']
Sample message
$_GET['lang'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
Use placeholders and $wpdb->prepare(); found $delete_string
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
Use placeholders and $wpdb->prepare(); found interpolated variable $field at "$location_table.$field = %s"
Sample message
Unescaped parameter $geo_date_update used in $wpdb->query()\n$geo_date_update assigned unsafely at line 1250.
Sample message
Found call to wp_enqueue_style() with external resource. Offloading styles 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
Detected usage of a possibly undefined superglobal array index: $_GET['object_ids']. Check that the array index exists before using it.
Sample message
Missing $domain parameter in function call to __().
Sample message
Multiple placeholders in translatable strings should be ordered. Expected "%1$s, %2$s", but got "%s, %s" in '%s Multibyte string functions %s are not installed.'.
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
Unescaped parameter $location_table used in $wpdb->query()\n$location_table assigned unsafely at line 1903.
Sample message
Detected usage of tax_query, possible slow query.
Sample message
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "GM_Int_List".
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "postmeta_form_limit".
Not analyzed yet.
First score snapshot
v1.13.21
28
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 28 | 1,007 | 775 | 232 | v1.13.21 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.