Add Flexmls® IDX listings, market statistics, IDX searches, and a contact form on your web site.
Category Scores
Issues to Review
Prioritized issue groups from the latest Plugin Check scan
Security
986
8 issue groups
Maintainability
742
13 issue groups
I18n
422
4 issue groups
ERRORSecurityOutput is not escapedAll output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '" <td><b>{$room}</b></td>"'.624
- Category
- Security
- Occurrences
- 624
- Severity
- error
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '" <td><b>{$room}</b></td>"'.
WARNINGMaintainabilityNon-prefixed global variableGlobal variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$OpenHouse".494
- Category
- Maintainability
- Occurrences
- 494
- Severity
- warning
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$OpenHouse".
ERRORI18nText Domain MismatchMismatched text domain. Expected 'flexmls-idx' but got 'et_builder'.289
- Category
- I18n
- Occurrences
- 289
- Severity
- error
Sample message
Mismatched text domain. Expected 'flexmls-idx' but got 'et_builder'.
WARNINGSecurityRequest data is not unslashed$_COOKIE['spark_listings_orderby'] not unslashed before sanitization. Use wp_unslash() or similar97
- Category
- Security
- Occurrences
- 97
- Severity
- warning
Sample message
$_COOKIE['spark_listings_orderby'] not unslashed before sanitization. Use wp_unslash() or similar
WARNINGSecurityNonce verification recommendedProcessing form data without nonce verification.80
- Category
- Security
- Occurrences
- 80
- Severity
- warning
Sample message
Processing form data without nonce verification.
WARNINGSecurityInput is not sanitizedDetected usage of a non-sanitized input variable: $_COOKIE['spark_listings_orderby']73
- Category
- Security
- Occurrences
- 73
- Severity
- warning
Sample message
Detected usage of a non-sanitized input variable: $_COOKIE['spark_listings_orderby']
ERRORI18nMissing Arg DomainMissing $domain parameter in function call to __().71
- Category
- I18n
- Occurrences
- 71
- Severity
- error
Sample message
Missing $domain parameter in function call to __().
ERRORI18nNo Empty StringsThe $text text string should have translatable content. Found: ''49
- Category
- I18n
- Occurrences
- 49
- Severity
- error
Sample message
The $text text string should have translatable content. Found: ''
ERRORMaintainabilitystrip tags strip tagsstrip_tags() is discouraged. Use the more comprehensive wp_strip_all_tags() instead.46
- Category
- Maintainability
- Occurrences
- 46
- Severity
- error
Sample message
strip_tags() is discouraged. Use the more comprehensive wp_strip_all_tags() instead.
ERRORMaintainabilityMissing direct file access protectionPHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;44
- Category
- Maintainability
- Occurrences
- 44
- Severity
- error
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Show 15 moreShow less
WARNINGMaintainabilityNon-prefixed class43
- Category
- Maintainability
- Occurrences
- 43
- Severity
- warning
Sample message
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "Checkboxes".
WARNINGSecurityMissing nonce verification38
- Category
- Security
- Occurrences
- 38
- Severity
- warning
Sample message
Processing form data without nonce verification.
ERRORSecurityUnsafe printing function33
- Category
- Security
- Occurrences
- 33
- Severity
- error
Sample message
All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.
WARNINGSecurityInput is not validated32
- Category
- Security
- Occurrences
- 32
- Severity
- warning
Sample message
Detected usage of a possibly undefined superglobal array index: $_POST['city']. Check that the array index exists before using it.
ERRORMaintainabilitycurl curl setopt25
- Category
- Maintainability
- Occurrences
- 25
- Severity
- error
Sample message
Using cURL functions is highly discouraged. Use wp_remote_get() instead.
WARNINGMaintainabilityNon-prefixed function21
- Category
- Maintainability
- Occurrences
- 21
- Severity
- warning
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "callback_field".
ERRORMaintainabilitydate date13
- Category
- Maintainability
- Occurrences
- 13
- Severity
- error
Sample message
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
WARNINGMaintainabilityMissing Version13
- Category
- Maintainability
- Occurrences
- 13
- Severity
- warning
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.
ERRORI18nNon Singular String Literal Text13
- Category
- I18n
- Occurrences
- 13
- Severity
- error
Sample message
The $text parameter must be a single text string literal. Found: $data['display_text']
WARNINGMaintainabilityNot In Footer11
- Category
- Maintainability
- Occurrences
- 11
- Severity
- warning
Sample message
In footer ($in_footer) is not set explicitly wp_enqueue_script; It is recommended to load scripts in the footer. Please set this value to `true` to load it in the footer, or explicitly `false` if it should be loaded in the header.
ERRORSecuritySQL query is not prepared9
- Category
- Security
- Occurrences
- 9
- Severity
- error
Sample message
Use placeholders and $wpdb->prepare(); found $delete_query
WARNINGMaintainabilityNon-prefixed hook name9
- Category
- Maintainability
- Occurrences
- 9
- Severity
- warning
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "document_title_parts".
WARNINGMaintainabilityDirect Query8
- Category
- Maintainability
- Occurrences
- 8
- Severity
- warning
Sample message
Use of a direct database call is discouraged.
WARNINGMaintainabilityNo Caching8
- Category
- Maintainability
- Occurrences
- 8
- Severity
- warning
Sample message
Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().
ERRORMaintainabilityparse url parse url7
- Category
- Maintainability
- Occurrences
- 7
- Severity
- error
Sample message
parse_url() is discouraged because of inconsistency in the output across PHP versions; use wp_parse_url() instead.
External Connections
Not analyzed yet.
Score History
First score snapshot
v3.18.2
23
Latest
- Findings
- 2,225
- Errors
- 1,268
- Warnings
- 957
- Check
- 2.0.0
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 23 | 2,225 | 1,268 | 957 | v3.18.2 | 2.0.0 |
Relationship Map
Author, categories, issues, domains, and nearby plugins.