Locatoraid Store Locator

A lightweight, reliable store locator backed by ongoing maintenance, updates, and support. Premium version adds CSV import, custom fields, custom map …

v3.9.72plainwareUpdated Added 1k+ installs90% rating
23
Score
318
Errors
645
Warnings
+0
Change

Category Scores

Security0
Repo91
Performance97
Maintainability0

Issues to Review

Prioritized issue groups from the latest Plugin Check scan

963 findings

Maintainability

534

14 issue groups

Security

360

8 issue groups

I18n

19

3 issue groups

WARNINGMaintainabilityNon-prefixed global variableGlobal variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$NTS_GETTEXT_OBJ".240
Category
Maintainability
Occurrences
240
Severity
warning

Sample message

Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$NTS_GETTEXT_OBJ".

ERRORSecurityOutput is not escapedAll 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>"'.191
Category
Security
Occurrences
191
Severity
error

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>"'.

WARNINGMaintainabilityNon-prefixed classClasses declared by a theme/plugin should start with the theme/plugin prefix. Found: &quot;Acl_Input_Roles_HC_MVC&quot;.183
Category
Maintainability
Occurrences
183
Severity
warning

Sample message

Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: &quot;Acl_Input_Roles_HC_MVC&quot;.

WARNINGSecurityNonce verification recommendedProcessing form data without nonce verification.42
Category
Security
Occurrences
42
Severity
warning

Sample message

Processing form data without nonce verification.

WARNINGSecurityRequest data is not unslashed$_COOKIE[$this-&gt;_csrf_cookie_name] not unslashed before sanitization. Use wp_unslash() or similar32
Category
Security
Occurrences
32
Severity
warning

Sample message

$_COOKIE[$this-&gt;_csrf_cookie_name] not unslashed before sanitization. Use wp_unslash() or similar

WARNINGSecurityMissing nonce verificationProcessing form data without nonce verification.29
Category
Security
Occurrences
29
Severity
warning

Sample message

Processing form data without nonce verification.

WARNINGSecurityInput is not sanitizedDetected usage of a non-sanitized input variable: $_COOKIE[$this-&gt;_csrf_cookie_name]29
Category
Security
Occurrences
29
Severity
warning

Sample message

Detected usage of a non-sanitized input variable: $_COOKIE[$this-&gt;_csrf_cookie_name]

ERRORMaintainabilitywp function not compatible with requires wpFunction "get_rest_url()" requires WordPress 4.4.0, but your plugin minimum supported version is WordPress 3.3.0.24
Category
Maintainability
Occurrences
24
Severity
error

Sample message

Function "get_rest_url()" requires WordPress 4.4.0, but your plugin minimum supported version is WordPress 3.3.0.

WARNINGMaintainabilityNon-prefixed functionFunctions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: &quot;_print_r&quot;.23
Category
Maintainability
Occurrences
23
Severity
warning

Sample message

Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: &quot;_print_r&quot;.

ERRORSecuritySQL query is not preparedUse placeholders and $wpdb->prepare(); found $block13
Category
Security
Occurrences
13
Severity
error

Sample message

Use placeholders and $wpdb->prepare(); found $block

Show 15 more
WARNINGSecurityInput is not validated13
Category
Security
Occurrences
13
Severity
warning

Sample message

Detected usage of a possibly undefined superglobal array index: $_FILES[$name][&#039;tmp_name&#039;]. Check that the array index exists before using it.

ERRORSecurityDatabase parameter is not escaped11
Category
Security
Occurrences
11
Severity
error

Sample message

Unescaped parameter $block used in $wpdb->get_results()\n$block used without escaping.

ERRORMaintainabilityrand rand10
Category
Maintainability
Occurrences
10
Severity
error

Sample message

rand() is discouraged. Use the far less predictable wp_rand() instead.

WARNINGMaintainabilityDirect Query9
Category
Maintainability
Occurrences
9
Severity
warning

Sample message

Use of a direct database call is discouraged.

WARNINGMaintainabilityNo Caching9
Category
Maintainability
Occurrences
9
Severity
warning

Sample message

Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().

ERRORI18nNon Singular String Literal Text9
Category
I18n
Occurrences
9
Severity
error

Sample message

The $text parameter must be a single text string literal. Found: $btnLabel

ERRORMaintainabilityShort PHP open tag found7
Category
Maintainability
Occurrences
7
Severity
error

Sample message

Short PHP opening tag used with echo; expected "<?php echo $btn ..." but found "<?= $btn ..."

WARNINGMaintainabilityerror log print r6
Category
Maintainability
Occurrences
6
Severity
warning

Sample message

print_r() found. Debug code should not normally be used in production.

ERRORMaintainabilitystrip tags strip tags6
Category
Maintainability
Occurrences
6
Severity
error

Sample message

strip_tags() is discouraged. Use the more comprehensive wp_strip_all_tags() instead.

ERRORMaintainabilityfile system operations fread5
Category
Maintainability
Occurrences
5
Severity
error

Sample message

File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fread().

ERRORI18nMissing Arg Domain5
Category
I18n
Occurrences
5
Severity
error

Sample message

Missing $domain parameter in function call to __().

ERRORI18nMissing Translators Comment5
Category
I18n
Occurrences
5
Severity
error

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.

WARNINGMaintainabilityDiscouraged PHP function4
Category
Maintainability
Occurrences
4
Severity
warning

Sample message

The use of function ini_set() is discouraged

ERRORMaintainabilitydate date4
Category
Maintainability
Occurrences
4
Severity
error

Sample message

date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.

WARNINGMaintainabilityNon-prefixed constant4
Category
Maintainability
Occurrences
4
Severity
warning

Sample message

Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: &quot;HC_WP_HEADER_END_USED&quot;.

External Connections

Potential connections found in static code analysis.

21 domains

Outbound calls

69

External assets

0

Incoming endpoints

5

Notable Domains

locatoraid.com23 · outbound
codeigniter.com19 · outbound
bcit.ca2 · outbound
ellislab.com2 · outbound
google.com2 · outbound
apache.org1 · outbound

Platform / Reference Domains

w3.org4 · platform/reference
github.com2 · platform/reference
opensource.org2 · platform/reference

External Asset Domains

No external asset domains detected.

Incoming Endpoints

/wp-json/locatoraid/v3/locationsREST

register_rest_route

/wp-json/locatoraid/v3/locations/(?P<id>\d+)REST

register_rest_route

/wp-json/locatoraid/v3/locations/(?P<id>[\d\-]+)REST

register_rest_route

Score History

2 score snapshots

+0
1007550250Jun 24, 2026, 09:45 PM UTC Score 23/100 Plugin v3.9.71 Plugin Check 2.0.0 319 errors, 645 warningsJul 2, 2026, 06:46 PM UTC Score 23/100 Plugin v3.9.72 Plugin Check 2.0.0 318 errors, 645 warningsJun 24, 2026Jul 2, 2026

v3.9.72

23

Latest

Findings
963
Errors
318
Warnings
645
Check
2.0.0

v3.9.71

23

Score

Findings
964
Errors
319
Warnings
645
Check
2.0.0

Relationship Map

Author, categories, issues, domains, and nearby plugins.

37 nodes

Related Plugins