This powerful property and reservation management plugin allows you to receive, schedule and handle your bookings easily!
Category Scores
Issues to Review
Prioritized issue groups from the latest Plugin Check scan
I18n
4,777
4 issue groups
Maintainability
1,490
10 issue groups
Security
1,426
11 issue groups
ERRORI18nText Domain MismatchMismatched text domain. Expected 'easyreservations' but got "easyReservations".4,573
- Category
- I18n
- Occurrences
- 4,573
- Severity
- error
Sample message
Mismatched text domain. Expected 'easyreservations' but got "easyReservations".
WARNINGMaintainabilityNon-prefixed global variableGlobal variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$_page".549
- Category
- Maintainability
- Occurrences
- 549
- Severity
- warning
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$_page".
ERRORSecurityOutput is not escapedAll output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"{$name} cookie cannot be set - headers already sent by {$file} on line {$line}"'.353
- Category
- Security
- Occurrences
- 353
- Severity
- error
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"{$name} cookie cannot be set - headers already sent by {$file} on line {$line}"'.
WARNINGSecurityMissing nonce verificationProcessing form data without nonce verification.347
- Category
- Security
- Occurrences
- 347
- Severity
- warning
Sample message
Processing form data without nonce verification.
WARNINGMaintainabilityNon-prefixed functionFunctions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "ER".310
- Category
- Maintainability
- Occurrences
- 310
- Severity
- warning
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "ER".
WARNINGMaintainabilityNon-prefixed classClasses declared by a theme/plugin should start with the theme/plugin prefix. Found: "Abstract_ER_Order_Data_Store_CPT".160
- Category
- Maintainability
- Occurrences
- 160
- Severity
- warning
Sample message
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "Abstract_ER_Order_Data_Store_CPT".
WARNINGSecurityNonce verification recommendedProcessing form data without nonce verification.156
- Category
- Security
- Occurrences
- 156
- Severity
- warning
Sample message
Processing form data without nonce verification.
WARNINGSecurityInput is not validatedDetected usage of a possibly undefined superglobal array index: $_GET['_wpnonce']. Check that the array index exists before using it.154
- Category
- Security
- Occurrences
- 154
- Severity
- warning
Sample message
Detected usage of a possibly undefined superglobal array index: $_GET['_wpnonce']. Check that the array index exists before using it.
WARNINGMaintainabilityDirect QueryUse of a direct database call is discouraged.147
- Category
- Maintainability
- Occurrences
- 147
- Severity
- warning
Sample message
Use of a direct database call is discouraged.
WARNINGMaintainabilityNo CachingDirect database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().137
- Category
- Maintainability
- Occurrences
- 137
- Severity
- warning
Sample message
Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().
Show 15 moreShow less
WARNINGSecurityInterpolated SQL is not prepared137
- Category
- Security
- Occurrences
- 137
- Severity
- warning
Sample message
Use placeholders and $wpdb->prepare(); found interpolated variable $andor_op at "(($wpdb->posts.post_title $like_op %s) $andor_op ($wpdb->posts.post_excerpt $like_op %s) $andor_op ($wpdb->posts.post_content $like_op %s))"
ERRORI18nMissing Translators Comment132
- Category
- I18n
- Occurrences
- 132
- Severity
- error
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.
WARNINGSecurityInput is not sanitized111
- Category
- Security
- Occurrences
- 111
- Severity
- warning
Sample message
Detected usage of a non-sanitized input variable: $_GET['_er_email_nonce']
WARNINGSecurityRequest data is not unslashed89
- Category
- Security
- Occurrences
- 89
- Severity
- warning
Sample message
$_GET['dopy'] not unslashed before sanitization. Use wp_unslash() or similar
ERRORMaintainabilitydate date61
- Category
- Maintainability
- Occurrences
- 61
- Severity
- error
Sample message
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
WARNINGMaintainabilityNot In Footer38
- Category
- Maintainability
- Occurrences
- 38
- 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.
ERRORI18nMissing Arg Domain38
- Category
- I18n
- Occurrences
- 38
- Severity
- error
Sample message
Missing $domain parameter in function call to __().
WARNINGMaintainabilityNon-prefixed hook name37
- Category
- Maintainability
- Occurrences
- 37
- Severity
- warning
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "'default_checkout_' . $input".
WARNINGMaintainabilitySchema Change36
- Category
- Maintainability
- Occurrences
- 36
- Severity
- warning
Sample message
Attempting a database schema change is discouraged.
ERRORI18nNon Singular String Literal Text34
- Category
- I18n
- Occurrences
- 34
- Severity
- error
Sample message
The $text parameter must be a single text string literal. Found: $custom_item->get_name()
ERRORSecurityDatabase parameter is not escaped25
- Category
- Security
- Occurrences
- 25
- Severity
- error
Sample message
Unescaped parameter $arrival used in $wpdb->query()\n$arrival assigned unsafely at line 16.
ERRORSecurityException output is not escaped24
- Category
- Security
- Occurrences
- 24
- Severity
- error
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$code'.
ERRORSecuritySQL query is not prepared16
- Category
- Security
- Occurrences
- 16
- Severity
- error
Sample message
Use placeholders and $wpdb->prepare(); found $order_ids
WARNINGMaintainabilityDynamic hook name15
- Category
- Maintainability
- Occurrences
- 15
- Severity
- warning
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "$filter . '_notification'".
WARNINGSecurityDatabase parameter is not escaped14
- Category
- Security
- Occurrences
- 14
- Severity
- warning
Sample message
Unescaped parameter $db_info['meta_id_field'] used in $wpdb->get_results()\n$db_info['meta_id_field'] used without escaping.
External Connections
Potential connections found in static code analysis.
Outbound calls
176
External assets
0
Incoming endpoints
3
Notable Domains
Platform / Reference Domains
External Asset Domains
No external asset domains detected.
Incoming Endpoints
wp_ajax
wp_ajax
Admin AJAX endpoints1
wp_ajax
Score History
First score snapshot
v6.0-alpha.23
22
Latest
- Findings
- 7,787
- Errors
- 5,307
- Warnings
- 2,480
- Check
- 2.0.0
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 22 | 7,787 | 5,307 | 2,480 | v6.0-alpha.23 | 2.0.0 |
Relationship Map
Author, categories, issues, domains, and nearby plugins.