Completely plugins Real Estate. Management system which allows you to own and maintain a real estate marketplace, intro website.
Prioritized issue groups from the latest Plugin Check scan
Maintainability
3,702
15 issue groups
Security
1,586
9 issue groups
I18n
254
1 issue group
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$Essential_Real_Estate".
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "'ere_access_denied_' . sanitize_title( $type )".
Sample message
Detected usage of a non-sanitized input variable: $_COOKIE['property_views']
Sample message
Processing form data without nonce verification.
Sample message
Processing form data without nonce verification.
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "ERE".
Sample message
Mismatched text domain. Expected 'essential-real-estate' but got 'g5-core'.
Sample message
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "ERE_Activator".
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$attributes'.
Sample message
$_GET[$taxonomy] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"Could not parse list url into parts: $url"'.
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 a possibly undefined superglobal array index: $_FILES['ere_upload_file']. Check that the array index exists before using it.
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
Detected usage of meta_query, possible slow query.
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
Detected usage of meta_key, possible slow query.
Sample message
Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "ERE_AJAX_URL".
Sample message
Function "get_post_timestamp()" requires WordPress 5.3.0, but your plugin minimum supported version is WordPress 4.5.0.
Sample message
Detected usage of tax_query, possible slow query.
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "$this->identifier . '_cron_interval'".
Sample message
Resource version not set in call to wp_enqueue_style(). This means new versions of the style may not always be loaded due to browser caching.
Sample message
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
Sample message
Use placeholders and $wpdb->prepare(); found interpolated variable {$column} at \t\t\tWHERE {$column} LIKE %s\n
Not analyzed yet.
First score snapshot
v5.3.3
23
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 23 | 5,589 | 529 | 5,060 | v5.3.3 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.