Listdom: AI-powered Business Directory with Classifieds Ads Listings

Build any WordPress directory or classifieds site with AI. 80+ skins, search builder, user profile, frontend dashboard, Google Maps & reCAPTCHA.

v5.6.0Webilia Inc.Updated Added 1k+ installs98% rating
24
Score
4,582
Errors
3,122
Warnings
+0
Change

Category Scores

Security0
Repo97
Performance90
Maintainability0

Issues to Review

Prioritized issue groups from the latest Plugin Check scan

7,704 findings

Security

4,599

6 issue groups

Maintainability

2,938

17 issue groups

I18n

150

2 issue groups

ERRORSecurityOutput Not EscapedAll output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"<script>\n'.4,165
Category
Security
Occurrences
4,165
Severity
error

Sample message

All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"<script>\n'.

WARNINGMaintainabilityNon Prefixed Variable FoundGlobal variables defined by a theme/plugin should start with the theme/plugin prefix. Found: &quot;$LSD&quot;.1,812
Category
Maintainability
Occurrences
1,812
Severity
warning

Sample message

Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: &quot;$LSD&quot;.

WARNINGMaintainabilityNon Prefixed Hookname FoundHook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: &quot;&#039;lsd_addons_has_settings_&#039; . $key&quot;.458
Category
Maintainability
Occurrences
458
Severity
warning

Sample message

Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: &quot;&#039;lsd_addons_has_settings_&#039; . $key&quot;.

WARNINGMaintainabilityNon Prefixed Class FoundClasses declared by a theme/plugin should start with the theme/plugin prefix. Found: &quot;LSD_AI&quot;.296
Category
Maintainability
Occurrences
296
Severity
warning

Sample message

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

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

Sample message

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

WARNINGSecurityRecommendedProcessing form data without nonce verification.159
Category
Security
Occurrences
159
Severity
warning

Sample message

Processing form data without nonce verification.

ERRORI18nMissing Translators CommentA 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.143
Category
I18n
Occurrences
143
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.

WARNINGSecurityMissing Unslash$_COOKIE[$this-&gt;cookie_name] not unslashed before sanitization. Use wp_unslash() or similar120
Category
Security
Occurrences
120
Severity
warning

Sample message

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

WARNINGSecurityMissingProcessing form data without nonce verification.75
Category
Security
Occurrences
75
Severity
warning

Sample message

Processing form data without nonce verification.

WARNINGSecurityInput Not SanitizedDetected usage of a non-sanitized input variable: $_COOKIE[$this-&gt;cookie_name]70
Category
Security
Occurrences
70
Severity
warning

Sample message

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

Show 15 more
WARNINGMaintainabilityDynamic Hookname Found28
Category
Maintainability
Occurrences
28
Severity
warning

Sample message

Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: &quot;$hook&quot;.

WARNINGMaintainabilityslow db query meta query20
Category
Maintainability
Occurrences
20
Severity
warning

Sample message

Detected usage of meta_query, possible slow query.

WARNINGMaintainabilityNot In Footer16
Category
Maintainability
Occurrences
16
Severity
warning

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.

WARNINGMaintainabilityerror log error log11
Category
Maintainability
Occurrences
11
Severity
warning

Sample message

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

WARNINGMaintainabilityNon Prefixed Function Found10
Category
Maintainability
Occurrences
10
Severity
warning

Sample message

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

WARNINGSecuritywp redirect wp redirect10
Category
Security
Occurrences
10
Severity
warning

Sample message

wp_redirect() found. Using wp_safe_redirect(), along with the &quot;allowed_redirect_hosts&quot; 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.

WARNINGMaintainabilityNon Prefixed Constant Found9
Category
Maintainability
Occurrences
9
Severity
warning

Sample message

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

ERRORI18nUnordered Placeholders Text7
Category
I18n
Occurrences
7
Severity
error

Sample message

Multiple placeholders in translatable strings should be ordered. Expected "%1$s, %2$s", but got "%s, %s" in 'Only %s %s can be selected.'.

ERRORMaintainabilityfile system operations fclose5
Category
Maintainability
Occurrences
5
Severity
error

Sample message

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

ERRORMaintainabilityfile system operations fopen5
Category
Maintainability
Occurrences
5
Severity
error

Sample message

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

WARNINGMaintainabilityslow db query meta key4
Category
Maintainability
Occurrences
4
Severity
warning

Sample message

Detected usage of meta_key, possible slow query.

WARNINGMaintainabilityNon Prefixed Trait Found4
Category
Maintainability
Occurrences
4
Severity
warning

Sample message

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

WARNINGMaintainabilityMissing Version4
Category
Maintainability
Occurrences
4
Severity
warning

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.

WARNINGMaintainabilityslow db query meta value3
Category
Maintainability
Occurrences
3
Severity
warning

Sample message

Detected usage of meta_value, possible slow query.

WARNINGMaintainabilityslow db query tax query3
Category
Maintainability
Occurrences
3
Severity
warning

Sample message

Detected usage of tax_query, possible slow query.

Score History

First score snapshot

v5.6.0

24

Latest

Findings
7,704
Errors
4,582
Warnings
3,122
Check
2.0.0

Related Plugins

HivePress Favorites

8k+ active installs

99
HivePress Authentication

1k+ active installs

98
HivePress Messages

7k+ active installs

90
HivePress Reviews

7k+ active installs

90
HivePress Claim Listings

3k+ active installs

89
HivePress Paid Listings

5k+ active installs

88