OpenStreetMaps for Events Manager. An add-on to replace Google Maps with OpenStreetMap. 0% Google, 100% open source.
Prioritized issue groups from the latest Plugin Check scan
Security
508
10 issue groups
Maintainability
264
10 issue groups
I18n
161
5 issue groups
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"<div class='addon-card'><div class='row title'>{$key}<a {$link}><smaller>{$name[0]}<br></smaller><h4>{$name[1]}</h4></a></div><div class='row info'><a {$link}><img src='{$image}' class='icon' alt='{$plugin['name']}'></a>{$plugin['info']}</div>"'.
Sample message
The $domain parameter must be a single text string literal. Found: $header['TextDomain']
Sample message
$_GET['puc_update_check_result'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$EM_Booking".
Sample message
Detected usage of a non-sanitized input variable: $_GET['puc_update_check_result']
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "'em_action_'.$_REQUEST['action']".
Sample message
Detected usage of a possibly undefined superglobal array index: $_POST[$type]. Check that the array index exists before using it.
Sample message
Mismatched text domain. Expected 'stonehenge-em-osm' but got 'empro'.
Sample message
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "Puc_v4_Factory".
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
Processing form data without nonce verification.
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "__em".
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "$slugCheckFilter".
Sample message
Processing form data without nonce verification.
Sample message
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
Sample message
Use placeholders and $wpdb->prepare(); found interpolated variable $cond at " WHERE location_region IS NOT NULL AND location_region != '' $cond ORDER BY location_region"
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
parse_url() is discouraged because of inconsistency in the output across PHP versions; use wp_parse_url() instead.
Sample message
Missing $domain parameter in function call to __().
Sample message
Unescaped parameter $cond used in $wpdb->get_col()\n$cond assigned unsafely at line 536.
Sample message
Use placeholders and $wpdb->prepare(); found $sql
Sample message
Multiple placeholders in translatable strings should be ordered. Expected "%1$s, %2$s", but got "%s, %s" in '%s requires <strong>%s</strong> to be installed & activated.'.
Sample message
Simple placeholders should not be quoted in the query string in $wpdb->prepare(). Found: '%s'.
Potential connections found in static code analysis.
Outbound calls
279
External assets
2
Incoming endpoints
19
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
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
1 more hidden
First score snapshot
v4.2.1
20
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 20 | 1,003 | 559 | 444 | v4.2.1 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.