Automatically import properties to Houzez from estate agency CRMs and export to portals
Prioritized issue groups from the latest Plugin Check scan
Maintainability
1,148
14 issue groups
Security
877
9 issue groups
I18n
864
2 issue groups
Sample message
Mismatched text domain. Expected 'houzez-property-feed' but got 'houzez'.
Sample message
Processing form data without nonce verification.
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$agent_display_option".
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$agent_display_option'.
Sample message
print_r() found. Debug code should not normally be used in production.
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "save_post".
Sample message
$_GET['_wpnonce'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Use of a direct database call is discouraged.
Sample message
Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().
Sample message
Detected usage of meta_query, possible slow query.
Sample message
Use placeholders and $wpdb->prepare(); found !
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
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.
Sample message
Using cURL functions is highly discouraged. Use wp_remote_get() instead.
Sample message
Function "current_datetime()" requires WordPress 5.3.0, but your plugin minimum supported version is WordPress 3.8.0.
Sample message
Detected usage of a possibly undefined superglobal array index: $_FILES[$format . '_' . $field['id']]['error']. Check that the array index exists before using it.
Sample message
Processing form data without nonce verification.
Sample message
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
Sample message
Detected usage of a non-sanitized input variable: $_FILES[$format . '_' . $field['id']]['name']
Sample message
strip_tags() is discouraged. Use the more comprehensive wp_strip_all_tags() instead.
Sample message
Unescaped parameter $import_id used in $wpdb->get_row()\n$import_id assigned unsafely at line 56.
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fclose().
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fopen().
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fwrite().
Sample message
The $text parameter must be a single text string literal. Found: $field['label']
Potential connections found in static code analysis.
Outbound calls
277
External assets
0
Incoming endpoints
8
No external asset domains detected.
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
5 score snapshots
v2.5.49
23
Latest
v2.5.48
23
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 23 | 3,001 | 1,416 | 1,585 | v2.5.49 | 2.0.0 |
| 23 | 3,049 | 1,464 | 1,585 | v2.5.48 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.