Google Maps with markers, locations and clusterization, KML layers and filters. Custom Google map markers with text, images, videos, links.
Prioritized issue groups from the latest Plugin Check scan
Security
969
11 issue groups
I18n
824
5 issue groups
Maintainability
328
9 issue groups
Sample message
The $domain parameter must be a single text string literal. Found: $file['error']
Sample message
All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$addProElementAttrs'.
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
Missing $domain parameter in function call to __().
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
Detected usage of a non-sanitized input variable: $_FILES[$name]
Sample message
$_COOKIE[$name] not unslashed before sanitization. Use wp_unslash() or similar
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
The $text parameter must be a single text string literal. Found: $configOptions[$key]['description']
Sample message
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
Sample message
Detected usage of a possibly undefined superglobal array index: $_FILES[$this->_inputname]. Check that the array index exists before using it.
Sample message
Attempting a database schema change is discouraged.
Sample message
Complex placeholders used for values in the query string in $wpdb->prepare() will NOT be quoted automagically. Found: %1s.
Sample message
Processing form data without nonce verification.
Sample message
mt_rand() is discouraged. Use the far less predictable wp_rand() instead.
Sample message
Multiple placeholders in translatable strings should be ordered. Expected "%1$s, %2$s", but got "%s, %s" in 'Invalid length for %s, max length is %s'.
Sample message
Use placeholders and $wpdb->prepare(); found $limit
Sample message
Unescaped parameter $tableName used in $wpdb->get_var()\n$tableName assigned unsafely at line 35.
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: mkdir().
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"No such method exists: $name"'.
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fopen().
Sample message
rand() is discouraged. Use the far less predictable wp_rand() instead.
Potential connections found in static code analysis.
Outbound calls
299
External assets
0
Incoming endpoints
1
No external asset domains detected.
wp_ajax
3 score snapshots
v1.13.0
24
Latest
v1.12.3
24
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 24 | 2,137 | 1,737 | 400 | v1.13.0 | 2.0.0 |
| 24 | 2,136 | 1,747 | 389 | v1.12.3 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.