RealPress – Real Estate Plugin

A WordPress Directory Listings Plugin to create any kind of directory listings website. Turn your WordPress website in a Directory Listing website wit …

v1.1.2ThimPressUpdated Added 500 installs0% rating0% support resolved
22
Score
604
Errors
1,167
Warnings
+0
Change

Category Scores

Security0
Repo86
Performance90
Maintainability0

Issues to Review

Prioritized issue groups from the latest Plugin Check scan

1,771 findings

Maintainability

1,092

10 issue groups

Security

449

9 issue groups

I18n

187

5 issue groups

Performance

13

1 issue group

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

Sample message

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

ERRORMaintainabilityMissing direct file access protectionPHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;239
Category
Maintainability
Occurrences
239
Severity
error

Sample message

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

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

Sample message

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

WARNINGSecurityInput is not sanitizedDetected usage of a non-sanitized input variable: $_COOKIE[$name]88
Category
Security
Occurrences
88
Severity
warning

Sample message

Detected usage of a non-sanitized input variable: $_COOKIE[$name]

WARNINGSecurityRequest data is not unslashed$_COOKIE[$name] not unslashed before sanitization. Use wp_unslash() or similar88
Category
Security
Occurrences
88
Severity
warning

Sample message

$_COOKIE[$name] not unslashed before sanitization. Use wp_unslash() or similar

ERRORI18nText Domain MismatchMismatched text domain. Expected 'realpress' but got ' realpress'.80
Category
I18n
Occurrences
80
Severity
error

Sample message

Mismatched text domain. Expected 'realpress' but got ' realpress'.

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.72
Category
I18n
Occurrences
72
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.

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

Sample message

Processing form data without nonce verification.

WARNINGSecurityInterpolated SQL is not preparedUse placeholders and $wpdb->prepare(); found interpolated variable $comment_tbl at "SELECT AVG ($commentmeta_tbl.meta_value) FROM $commentmeta_tbl INNER JOIN $comment_tbl ON ($comment_tbl.comment_id = $commentmeta_tbl.comment_id)\n40
Category
Security
Occurrences
40
Severity
warning

Sample message

Use placeholders and $wpdb->prepare(); found interpolated variable $comment_tbl at "SELECT AVG ($commentmeta_tbl.meta_value) FROM $commentmeta_tbl INNER JOIN $comment_tbl ON ($comment_tbl.comment_id = $commentmeta_tbl.comment_id)\n

WARNINGMaintainabilityNon-prefixed hook nameHook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "admin_print_scripts".24
Category
Maintainability
Occurrences
24
Severity
warning

Sample message

Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "admin_print_scripts".

Show 15 more
ERRORI18nMissing Arg Domain21
Category
I18n
Occurrences
21
Severity
error

Sample message

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

WARNINGPerformancePost Not In exclude13
Category
Performance
Occurrences
13
Severity
warning

Sample message

Using exclusionary parameters, like exclude, in calls to get_posts() should be done with caution, see https://wpvip.com/documentation/performance-improvements-by-removing-usage-of-post__not_in/ for more information.

ERRORI18nNon Singular String Literal Text9
Category
I18n
Occurrences
9
Severity
error

Sample message

The $text parameter must be a single text string literal. Found: $data['area_size'] . ' ' . $data['area_size_postfix']

WARNINGMaintainabilityDirect Query8
Category
Maintainability
Occurrences
8
Severity
warning

Sample message

Use of a direct database call is discouraged.

WARNINGSecurityMissing nonce verification8
Category
Security
Occurrences
8
Severity
warning

Sample message

Processing form data without nonce verification.

WARNINGSecurityInput is not validated8
Category
Security
Occurrences
8
Severity
warning

Sample message

Detected usage of a possibly undefined superglobal array index: $_POST['action']. Check that the array index exists before using it.

WARNINGMaintainabilityNo Caching7
Category
Maintainability
Occurrences
7
Severity
warning

Sample message

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

WARNINGMaintainabilityNon-prefixed global symbol7
Category
Maintainability
Occurrences
7
Severity
warning

Sample message

The "realpress/filter/agent" prefix is not a valid namespace/function/class/variable/constant prefix in PHP.

ERRORSecurityUnsafe printing function7
Category
Security
Occurrences
7
Severity
error

Sample message

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

ERRORMaintainabilityunlink unlink7
Category
Maintainability
Occurrences
7
Severity
error

Sample message

unlink() is discouraged. Use wp_delete_file() to delete a file.

ERRORI18nUnordered Placeholders Text5
Category
I18n
Occurrences
5
Severity
error

Sample message

Multiple placeholders in translatable strings should be ordered. Expected "%1$s, %2$s", but got "%s, %s" in '%s “%s” already exists.'.

WARNINGMaintainabilityNon-prefixed class4
Category
Maintainability
Occurrences
4
Severity
warning

Sample message

Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "WXR_Parser".

WARNINGMaintainabilityslow db query meta key3
Category
Maintainability
Occurrences
3
Severity
warning

Sample message

Detected usage of meta_key, possible slow query.

ERRORMaintainabilitydate date3
Category
Maintainability
Occurrences
3
Severity
error

Sample message

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

WARNINGSecuritywp redirect wp redirect3
Category
Security
Occurrences
3
Severity
warning

Sample message

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

External Connections

Potential connections found in static code analysis.

48 domains

Outbound calls

287

External assets

2

Incoming endpoints

0

Notable Domains

apache.org52 · outbound
developer.mozilla.org44 · outbound
stackoverflow.com21 · outbound
en.wikipedia.org19 · outbound
bugzilla.mozilla.org11 · outbound
leafletjs.com10 · outbound

Platform / Reference Domains

github.com34 · platform/reference
w3.org18 · platform/reference
schema.org2 · platform/reference
wordpress.org2 · platform/reference
developer.wordpress.org1 · platform/reference

External Asset Domains

fonts.googleapis.com2 · asset + outbound
walkscore.com2 · asset + outbound

Incoming Endpoints

No public endpoints detected.

Score History

First score snapshot

v1.1.2

22

Latest

Findings
1,771
Errors
604
Warnings
1,167
Check
2.0.0

Relationship Map

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

37 nodes

Related Plugins