The most comprehensive & user-friendly mapping solution for WordPress
Prioritized issue groups from the latest Plugin Check scan
Security
3,659
12 issue groups
Maintainability
2,513
9 issue groups
I18n
298
4 issue groups
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"admin.php?page=leafletmapsmarker_marker&addtoLayer=$id&Layername="'.
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$add_new_marker_to_layer".
Sample message
All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.
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
$_GET['Layername'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Detected usage of a non-sanitized input variable: $_GET['Layername']
Sample message
Detected usage of a possibly undefined superglobal array index: $_GET['page']. Check that the array index exists before using it.
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 $checked_markers
Sample message
Use placeholders and $wpdb->prepare(); found interpolated variable $columnsort at "SELECT * FROM `$table_name_layers` WHERE `id`>0 order by `$columnsort` $columnsortorder"
Sample message
Unescaped parameter $table_name_layers used in $wpdb->get_results()\n$table_name_layers assigned unsafely at line 14.
Sample message
Unescaped parameter $cloudmade_update_1 used in $wpdb->query()\n$cloudmade_update_1 assigned unsafely at line 731.
Sample message
Processing form data without nonce verification.
Sample message
strip_tags() is discouraged. Use the more comprehensive wp_strip_all_tags() instead.
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
Processing form data without nonce verification.
Sample message
Missing $domain parameter in function call to __().
Sample message
Multiple placeholders in translatable strings should be ordered. Expected "%1$1s, %2$2s", but got "%1s, %2s" in 'Leaflet Maps Marker has been successfully updated from version %1s to %2s!'.
Sample message
The $text parameter must be a single text string literal. Found: $_GET['_wpnonce']
Sample message
Simple placeholders should not be quoted in the query string in $wpdb->prepare(). Found: '%s'.
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "buildMarkersList".
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
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
Sample message
Function "wp_get_theme()" requires WordPress 3.4.0, but your plugin minimum supported version is WordPress 3.3.0.
Not analyzed yet.
First score snapshot
v3.12.10
19
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 19 | 6,503 | 3,275 | 3,228 | v3.12.10 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.