Create custom interactive maps with free Leaflet-based styles, no Google Maps API key, frontend marker submissions, search and filters.
Prioritized issue groups from the latest Plugin Check scan
Security
923
9 issue groups
Maintainability
912
12 issue groups
I18n
48
4 issue groups
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$absolute_audio".
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"<label class='pro-only label_marker_user_icon'><div class='marker_icon_preview' data-style='{$val}'></div>"'.
Sample message
$_GET['tab'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Processing form data without nonce verification.
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
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "clean_utf8".
Sample message
Detected usage of a non-sanitized input variable: $_FILES['oum_location_images']['name']
Sample message
Processing form data without nonce verification.
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: "oum_default_location_content".
Sample message
Missing $domain parameter in function call to __().
Sample message
Detected usage of a possibly undefined superglobal array index: $_FILES['oum_location_audio']['size']. Check that the array index exists before using it.
Sample message
Mismatched text domain. Expected 'open-user-map' but got 'elementor-oum-addon'.
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
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.
Sample message
parse_url() is discouraged because of inconsistency in the output across PHP versions; use wp_parse_url() instead.
Sample message
Use placeholders and $wpdb->prepare(); found interpolated variable {$postmeta_table} at "SELECT p.ID FROM {$posts_table} p INNER JOIN {$postmeta_table} pm ON p.ID = pm.post_id WHERE pm.meta_key = '_wp_attached_file' AND pm.meta_value = %s AND p.post_type = 'attachment' AND p.post_mime_type LIKE 'image/%' LIMIT 1"
Sample message
Use placeholders and $wpdb->prepare(); found $query
Sample message
Detected usage of tax_query, possible slow query.
Sample message
Multiple placeholders in translatable strings should be ordered. Expected "%1$s, %2$d", but got "%s, %d" in 'Image "%s" is too large. Maximum file size is %d MB.'.
Sample message
SQL wildcards for a LIKE query should be passed in through a replacement parameter. Found: LIKE 'image/%'.
Sample message
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
Sample message
strip_tags() is discouraged. Use the more comprehensive wp_strip_all_tags() instead.
Sample message
The use of function move_uploaded_file() is forbidden
Potential connections found in static code analysis.
Outbound calls
283
External assets
1
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
wp_ajax
wp_ajax
wp_ajax
4 score snapshots
v1.4.47
25
Latest
v1.4.46
26
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 25 | 1,899 | 899 | 1,000 | v1.4.47 | 2.0.0 |
| 26 | 1,894 | 899 | 995 | v1.4.46 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.