IDX and MLS plugin for WordPress. Import and sync real estate listings from 800+ MLS via the RESO Web API, on any theme.
Prioritized issue groups from the latest Plugin Check scan
Maintainability
417
11 issue groups
Security
326
13 issue groups
I18n
28
1 issue group
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$active_tab".
Sample message
All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.
Sample message
$_GET['mlsimport_alpha'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Processing form data without nonce verification.
Sample message
Detected usage of a non-sanitized input variable: $_GET['plugin']
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$current_page'.
Sample message
Use of a direct database call is discouraged.
Sample message
Processing form data without nonce verification.
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
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "apply_custom_field_order".
Sample message
Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().
Sample message
Unescaped parameter $column used in $wpdb->get_col()\n$column used without escaping.
Sample message
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "BridgeResoClass".
Sample message
Use placeholders and $wpdb->prepare(); found interpolated variable {$orderby} at "SELECT * FROM {$table} {$where} ORDER BY {$orderby} {$order} LIMIT %d OFFSET %d"
Sample message
Use placeholders and $wpdb->prepare(); found $meta_values
Sample message
Plugin folders are deleted when upgraded. Do not save data to the plugin folder using file_put_contents(). Detected usage of constant WP_PLUGIN_DIR. Use wp_upload_dir() to get the uploads directory path or save to the database instead.
Sample message
Detected usage of meta_query, possible slow query.
Sample message
Detected usage of meta_value, possible slow query.
Sample message
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
Sample message
Replacement variables found, but no valid placeholders found in the query.
Sample message
Detected usage of meta_key, 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 a possibly undefined superglobal array index: $_POST['is_onboard']. Check that the array index exists before using it.
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: mkdir().
Sample message
Unescaped parameter $sql used in $wpdb->get_results()\n$sql assigned unsafely at line 234.
Potential connections found in static code analysis.
Outbound calls
202
External assets
3
Incoming endpoints
40
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
18 more hidden
5 score snapshots
v7.0.7
24
Latest
v6.3.8
27
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 24 | 795 | 167 | 628 | v7.0.7 | 2.0.0 |
| 27 | 705 | 154 | 551 | v6.3.8 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.