Your comprehensive solution for creating dynamic and feature-rich real estate websites on WordPress. Designed to cater to the diverse needs of real es …
Prioritized issue groups from the latest Plugin Check scan
Maintainability
4,139
17 issue groups
Security
248
6 issue groups
I18n
32
1 issue group
Supply Chain
8
1 issue group
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$HTML".
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "CPUTest".
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "'widget_search/frontend/general/' . $type".
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$class'.
Sample message
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
Sample message
Using cURL functions is highly discouraged. Use wp_remote_get() instead.
Sample message
Detected usage of a non-sanitized input variable: $_COOKIE[$key]
Sample message
$_COOKIE[$key] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "DS".
Sample message
Processing form data without nonce verification.
Sample message
The $text parameter must be a single text string literal. Found: $description
Sample message
Detected usage of a possibly undefined superglobal array index: $_GET['sf_tmax_googlemap_ln']. Check that the array index exists before using it.
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "_wp_import".
Sample message
strip_tags() is discouraged. Use the more comprehensive wp_strip_all_tags() instead.
Sample message
rand() is discouraged. Use the far less predictable wp_rand() instead.
Sample message
The use of function ini_set() is discouraged
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"$msg: $loc"'.
Sample message
Function "utf8_decode()" requires WordPress 6.9.0, but your plugin minimum supported version is WordPress 4.7.0.
Sample message
unlink() is discouraged. Use wp_delete_file() to delete a file.
Sample message
Scripts must be registered/enqueued via wp_enqueue_script()
Sample message
mt_rand() is discouraged. Use the far less predictable wp_rand() instead.
Sample message
Detected usage of meta_query, possible slow query.
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.
Sample message
Hidden files are not permitted.
Potential connections found in static code analysis.
Outbound calls
288
External assets
8
Incoming endpoints
4
register_rest_route
register_rest_route
register_rest_route
register_rest_route
2 score snapshots
v5.3.0
18
Latest
v5.2.0
19
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 18 | 4,566 | 930 | 3,636 | v5.3.0 | 2.0.0 |
| 19 | 4,600 | 947 | 3,653 | v5.2.0 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.