Clickable hotspots can be easily created with this plugin. A great way to display image maps, floor plans, and more.
Prioritized issue groups from the latest Plugin Check scan
Maintainability
281
13 issue groups
Security
256
11 issue groups
I18n
2
1 issue group
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$admin_login".
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '" \r\n'.
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 $_POST
Sample message
$_GET['styleid'] not unslashed before sanitization. Use wp_unslash() or similar
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
Detected usage of a possibly undefined superglobal array index: $_POST['font_awesome']. Check that the array index exists before using it.
Sample message
Processing form data without nonce verification.
Sample message
Unescaped parameter $_POST['font_awesome'] used in $wpdb->query()\n$_POST['font_awesome'] used without escaping.
Sample message
Detected usage of a non-sanitized input variable: $_GET['styleid']
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
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
Unescaped parameter $item_table used in $wpdb->get_row()
Sample message
Found call to wp_enqueue_script() with external resource. Offloading scripts to your servers or any remote service is disallowed.
Sample message
Use placeholders and $wpdb->prepare(); found interpolated variable $style_table at "INSERT into $style_table SET name = %s, css = %s"
Sample message
No PHP code was found in this file and short open tags are not allowed by this install of PHP. This file may be using short open tags but PHP does not allow them.
Sample message
Attempting a database schema change is discouraged.
Sample message
Missing $domain parameter in function call to __().
Sample message
Incorrect number of replacements passed to $wpdb->prepare(). Found 1 replacement parameters, expected 2.
Sample message
wp_redirect() found. Using wp_safe_redirect(), along with the "allowed_redirect_hosts" filter if needed, can help avoid any chances of malicious redirects within code. It is also important to remember to call exit() after a redirect so that no other unwanted code is executed.
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
unlink() is discouraged. Use wp_delete_file() to delete a file.
Sample message
Plugin name "Interactive Image Map Builder" is different from the name declared in plugin header "Interactive Image Map Builder Free".
Potential connections found in static code analysis.
Outbound calls
18
External assets
14
Incoming endpoints
0
No public endpoints detected.
2 score snapshots
v3.2
31
Latest
v3.1
31
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 31 | 541 | 160 | 381 | v3.2 | 2.0.0 |
| 31 | 541 | 160 | 381 | v3.1 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.