A lightweight, reliable store locator backed by ongoing maintenance, updates, and support. Premium version adds CSV import, custom fields, custom map …
Prioritized issue groups from the latest Plugin Check scan
Maintainability
534
14 issue groups
Security
360
8 issue groups
I18n
19
3 issue groups
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$NTS_GETTEXT_OBJ".
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"COMPARING BY '$compare' IS NOT ALLOWED!<br>"'.
Sample message
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "Acl_Input_Roles_HC_MVC".
Sample message
Processing form data without nonce verification.
Sample message
$_COOKIE[$this->_csrf_cookie_name] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Processing form data without nonce verification.
Sample message
Detected usage of a non-sanitized input variable: $_COOKIE[$this->_csrf_cookie_name]
Sample message
Function "get_rest_url()" requires WordPress 4.4.0, but your plugin minimum supported version is WordPress 3.3.0.
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "_print_r".
Sample message
Use placeholders and $wpdb->prepare(); found $block
Sample message
Detected usage of a possibly undefined superglobal array index: $_FILES[$name]['tmp_name']. Check that the array index exists before using it.
Sample message
Unescaped parameter $block used in $wpdb->get_results()\n$block used without escaping.
Sample message
rand() is discouraged. Use the far less predictable wp_rand() instead.
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
The $text parameter must be a single text string literal. Found: $btnLabel
Sample message
Short PHP opening tag used with echo; expected "<?php echo $btn ..." but found "<?= $btn ..."
Sample message
print_r() found. Debug code should not normally be used in production.
Sample message
strip_tags() is discouraged. Use the more comprehensive wp_strip_all_tags() instead.
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fread().
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
The use of function ini_set() is discouraged
Sample message
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
Sample message
Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "HC_WP_HEADER_END_USED".
Potential connections found in static code analysis.
Outbound calls
69
External assets
0
Incoming endpoints
5
No external asset domains detected.
register_rest_route
register_rest_route
register_rest_route
2 score snapshots
v3.9.72
23
Latest
v3.9.71
23
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 23 | 963 | 318 | 645 | v3.9.72 | 2.0.0 |
| 23 | 964 | 319 | 645 | v3.9.71 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.