Diverse Solutions IDX Real Estate Listings & MLS Search

Easily add mobile and SEO-friendly MLS listings to your website to attract & engage visitors, plus lead capture tools to turn them into clients.

v3.19.1Diverse SolutionsUpdated Added 1k+ installs64% rating
22
Score
745
Errors
605
Warnings
+0
Change

Category Scores

Security0
Repo80
Performance100
Maintainability0

Issues to Review

Prioritized issue groups from the latest Plugin Check scan

1,350 findings

Security

983

8 issue groups

Maintainability

317

15 issue groups

I18n

34

2 issue groups

ERRORSecurityHeredoc Output Not EscapedAll output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found interpolation in unescaped heredoc.306
Category
Security
Occurrences
306
Severity
error

Sample message

All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found interpolation in unescaped heredoc.

ERRORSecurityOutput is not escapedAll output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"$meta_string\n"'.217
Category
Security
Occurrences
217
Severity
error

Sample message

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

WARNINGSecurityRequest data is not unslashed$_COOKIE['dsidx-visitor-auth'] not unslashed before sanitization. Use wp_unslash() or similar153
Category
Security
Occurrences
153
Severity
warning

Sample message

$_COOKIE['dsidx-visitor-auth'] not unslashed before sanitization. Use wp_unslash() or similar

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

Sample message

Processing form data without nonce verification.

ERRORMaintainabilityNot AllowedUse of heredoc syntax (<<<) is not allowed; use standard strings or inline HTML instead111
Category
Maintainability
Occurrences
111
Severity
error

Sample message

Use of heredoc syntax (<<<) is not allowed; use standard strings or inline HTML instead

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

Sample message

Processing form data without nonce verification.

WARNINGMaintainabilityNon-prefixed global variableGlobal variables defined by a theme/plugin should start with the theme/plugin prefix. Found: &quot;$ApiEndPoint&quot;.92
Category
Maintainability
Occurrences
92
Severity
warning

Sample message

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

WARNINGSecurityInput is not validatedDetected usage of a possibly undefined superglobal array index: $_COOKIE[&quot;dsidx-visitor-$action-views&quot;]. Check that the array index exists before using it.39
Category
Security
Occurrences
39
Severity
warning

Sample message

Detected usage of a possibly undefined superglobal array index: $_COOKIE[&quot;dsidx-visitor-$action-views&quot;]. Check that the array index exists before using it.

WARNINGSecurityInput is not sanitizedDetected usage of a non-sanitized input variable: $_GET[&#039;SCURL&#039;]33
Category
Security
Occurrences
33
Severity
warning

Sample message

Detected usage of a non-sanitized input variable: $_GET[&#039;SCURL&#039;]

ERRORI18nMissing Arg DomainMissing $domain parameter in function call to __().28
Category
I18n
Occurrences
28
Severity
error

Sample message

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

Show 15 more
ERRORMaintainabilityMissing direct file access protection27
Category
Maintainability
Occurrences
27
Severity
error

Sample message

PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;

WARNINGMaintainabilityNot In Footer20
Category
Maintainability
Occurrences
20
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.

ERRORMaintainabilitywp function not compatible with requires wp12
Category
Maintainability
Occurrences
12
Severity
error

Sample message

Function "sanitize_textarea_field()" requires WordPress 4.7.0, but your plugin minimum supported version is WordPress 4.5.0.

WARNINGMaintainabilityMissing Version11
Category
Maintainability
Occurrences
11
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.

ERRORSecurityUnsafe printing function10
Category
Security
Occurrences
10
Severity
error

Sample message

All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.

ERRORMaintainabilityNo Explicit Version9
Category
Maintainability
Occurrences
9
Severity
error

Sample message

Version parameter is not explicitly set or has been set to an equivalent of "false" for wp_enqueue_script; This means that the WordPress core version will be used which is not recommended for plugin or theme development.

ERRORMaintainabilityparse url parse url7
Category
Maintainability
Occurrences
7
Severity
error

Sample message

parse_url() is discouraged because of inconsistency in the output across PHP versions; use wp_parse_url() instead.

WARNINGMaintainabilityNon-prefixed class6
Category
Maintainability
Occurrences
6
Severity
warning

Sample message

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

ERRORI18nNon Singular String Literal Text6
Category
I18n
Occurrences
6
Severity
error

Sample message

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

WARNINGMaintainabilityNon-prefixed function5
Category
Maintainability
Occurrences
5
Severity
warning

Sample message

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

WARNINGMaintainabilityerror log print r5
Category
Maintainability
Occurrences
5
Severity
warning

Sample message

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

ERRORMaintainabilityOffloaded Content3
Category
Maintainability
Occurrences
3
Severity
error

Sample message

Offloading images, js, css, and other scripts to your servers or any remote service is disallowed.

WARNINGMaintainabilityDirect Query3
Category
Maintainability
Occurrences
3
Severity
warning

Sample message

Use of a direct database call is discouraged.

WARNINGMaintainabilityNo Caching3
Category
Maintainability
Occurrences
3
Severity
warning

Sample message

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

WARNINGMaintainabilityNon-prefixed constant3
Category
Maintainability
Occurrences
3
Severity
warning

Sample message

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

External Connections

Potential connections found in static code analysis.

24 domains

Outbound calls

76

External assets

24

Incoming endpoints

6

Notable Domains

diversesolutions.com14 · outbound
jqueryui.com5 · outbound
docs.jquery.com4 · outbound
jquery.org4 · outbound

Platform / Reference Domains

core.trac.wordpress.org2 · platform/reference
wordpress.org2 · platform/reference
github.com1 · platform/reference

External Asset Domains

widgets.diverse-cdn.com19 · asset + outbound
api-idx.diversesolutions.com14 · asset + outbound

Incoming Endpoints

wp_ajax_nopriv_dsidx_client_assistpublic

wp_ajax

wp_ajax_nopriv_dsidx_locationspublic

wp_ajax

Admin AJAX endpoints4
wp_ajax_dsidx_client_assistauthenticated

wp_ajax

wp_ajax_dsidx_locationsauthenticated

wp_ajax

wp_ajax_dsidxpress-dismiss-dev-notificationauthenticated

wp_ajax

wp_ajax_dsidxpress-dismiss-notificationauthenticated

wp_ajax

Score History

First score snapshot

v3.19.1

22

Latest

Findings
1,350
Errors
745
Warnings
605
Check
2.0.0

Relationship Map

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

37 nodes

Related Plugins

HivePress Favorites

8k+ active installs

99
WPCasa Advanced Search

700 active installs

99
HivePress Authentication

1k+ active installs

98
HivePress Messages

7k+ active installs

90