Nice looking interactive responsive and mobile-friendly HTML5 Maps incl. US, World and more, with an option to customize view and behavior of the maps
Prioritized issue groups from the latest Plugin Check scan
Security
244
6 issue groups
Maintainability
102
16 issue groups
I18n
8
3 issue groups
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"$map_data[name] ($map_data[type])"'.
Sample message
All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$defaults".
Sample message
$_GET['order'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Detected usage of a non-sanitized input variable: $_GET['order']
Sample message
Processing form data without nonce verification.
Sample message
Detected usage of a possibly undefined superglobal array index: $_POST['color'][$vals['id']][0]. Check that the array index exists before using it.
Sample message
Resource version not set in call to wp_register_script(). This means new versions of the script may not always be loaded due to browser caching.
Sample message
In footer ($in_footer) is not set explicitly wp_register_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
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
Mismatched text domain. Expected 'html5-maps' but got 'free-map-plugin-main'.
Sample message
Scripts must be registered/enqueued via wp_enqueue_script()
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
Possible use of short open tags detected; found: <? endif; ?>\r\n
Sample message
Short PHP opening tag used with echo; expected "<?php echo $sId ..." but found "<?= $sId ..."
Sample message
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "Map_List_Table".
Sample message
Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "FM_SHOW_NOTIFICATIONS_AFTER_UPDATE".
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "the_content".
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fclose().
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fopen().
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fread().
Sample message
rand() is discouraged. Use the far less predictable wp_rand() instead.
Sample message
The parameter "FALSE" at position #2 of load_plugin_textdomain() has been deprecated since WordPress version 2.7.0. Use "" instead.
Sample message
Stylesheets must be registered/enqueued via wp_enqueue_style()
Sample message
File and folder names must not contain spaces or special characters.
Not analyzed yet.
First score snapshot
v1.7.1.6
36
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 36 | 354 | 194 | 160 | v1.7.1.6 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.