Flexible WordPress plugin to create professional real estate websites and manage property listings with ease, ideal for agents and portals of any size
Prioritized issue groups from the latest Plugin Check scan
Maintainability
331
14 issue groups
Security
143
8 issue groups
I18n
67
3 issue groups
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$attribute_name".
Sample message
Processing form data without nonce verification.
Sample message
Mismatched text domain. Expected 'wpcasa' but got 'wpcasa-admin-map-ui'.
Sample message
$_COOKIE[WPSIGHT_COOKIE_SEARCH_QUERY] 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
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
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
Detected usage of a possibly undefined superglobal array index: $_GET['post']. Check that the array index exists before using it.
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "active_plugins".
Sample message
wp_reset_query() is discouraged. Use wp_reset_postdata() instead.
Sample message
Detected usage of meta_key, possible slow query.
Sample message
Detected usage of meta_query, possible slow query.
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "wpcasa_activation_redirect".
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$api'.
Sample message
The upgrade notice for "1.2.12" exceeds the limit of 300 characters.
Sample message
Processing form data without nonce verification.
Sample message
Detected usage of a non-sanitized input variable: $_GET['post']
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.
Sample message
The plugin name includes a restricted term. Your chosen plugin name - "WPCasa - Real Estate for WordPress" - contains the restricted term "wordpress" which cannot be used at all in your plugin name.
Sample message
load_plugin_textdomain() has been discouraged since WordPress version 4.6. When your plugin is hosted on WordPress.org, you no longer need to manually include this function call for translations under your plugin slug. WordPress will automatically load the translations for you as needed.
Sample message
Use placeholders and $wpdb->prepare(); found interpolated variable $and at "SELECT post_mime_type, COUNT( * ) AS num_posts FROM $wpdb->posts WHERE post_type = 'attachment' AND post_status != 'trash' AND post_author = {$current_user->ID} $and GROUP BY post_mime_type"
Sample message
Detected usage of meta_value, possible slow query.
Sample message
Detected usage of tax_query, possible slow query.
Sample message
print_r() found. Debug code should not normally be used in production.
Potential connections found in static code analysis.
Outbound calls
192
External assets
0
Incoming endpoints
7
No external asset domains detected.
wp_ajax
admin_post
admin_post
admin_post
admin_post
wp_ajax
wp_ajax
3 score snapshots
v1.5.4
32
Latest
v1.5.3
32
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 32 | 548 | 83 | 465 | v1.5.4 | 2.0.0 |
| 32 | 514 | 85 | 429 | v1.5.3 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.