Add MLS listings to your website and capture more leads, all with one plugin! Showcase IDX is a top-performing real estate search plugin that's S …
Prioritized issue groups from the latest Plugin Check scan
Security
103
9 issue groups
Maintainability
68
16 issue groups
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '" - {$category}</div>"'.
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found interpolation in unescaped heredoc.
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
Use of heredoc syntax (<<<) is not allowed; use standard strings or inline HTML instead
Sample message
Detected usage of a non-sanitized input variable: $_COOKIE['sidx_token']
Sample message
$_COOKIE['sidx_token'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
mt_rand() is discouraged. Use the far less predictable wp_rand() instead.
Sample message
Processing form data without nonce verification.
Sample message
Sanitization missing for register_setting().
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "display_showcase_settings".
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
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
Sample message
Short PHP opening tag used with echo; expected "<?php echo get_home_url ..." but found "<?= get_home_url ..."
Sample message
Processing form data without nonce verification.
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
parse_url() is discouraged because of inconsistency in the output across PHP versions; use wp_parse_url() instead.
Sample message
The plugin name includes a restricted term. Your chosen plugin name - "Showcase IDX Real Estate Search & Lead Capture" - contains the restricted term "wc" which cannot be used at all in your plugin name.
Sample message
print_r() found. Debug code should not normally be used in production.
Sample message
Offloading images, js, css, and other scripts to your servers or any remote service is disallowed.
Sample message
The use of function ini_set() is discouraged
Sample message
var_export() found. Debug code should not normally be used in production.
Sample message
error_reporting() can lead to full path disclosure.
Sample message
Detected usage of a possibly undefined superglobal array index: $_SERVER['REQUEST_URI']. Check that the array index exists before using it.
Sample message
Version parameter is not explicitly set or has been set to an equivalent of "false" for wp_register_script; This means that the WordPress core version will be used which is not recommended for plugin or theme development.
Sample message
Scripts must be registered/enqueued via wp_enqueue_script()
Not analyzed yet.
First score snapshot
v3.3.2
32
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 32 | 175 | 123 | 52 | v3.3.2 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.