Booking Package is the simplest solution for integrating an online appointment booking calendar system and event calendar into your WordPress website.
Category Scores
Issues to Review
Prioritized issue groups from the latest Plugin Check scan
Security
3,745
11 issue groups
Maintainability
1,650
11 issue groups
I18n
231
3 issue groups
WARNINGSecurityMissing nonce verificationProcessing form data without nonce verification.1,137
- Category
- Security
- Occurrences
- 1,137
- Severity
- warning
Sample message
Processing form data without nonce verification.
WARNINGSecurityInput is not validatedDetected usage of a possibly undefined superglobal array index: $_GET['ical']. Check that the array index exists before using it.727
- Category
- Security
- Occurrences
- 727
- Severity
- warning
Sample message
Detected usage of a possibly undefined superglobal array index: $_GET['ical']. Check that the array index exists before using it.
WARNINGMaintainabilityDirect QueryUse of a direct database call is discouraged.535
- Category
- Maintainability
- Occurrences
- 535
- 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().512
- Category
- Maintainability
- Occurrences
- 512
- Severity
- warning
Sample message
Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().
WARNINGSecurityRequest data is not unslashed$_GET[$this->prefix.'login_error'] not unslashed before sanitization. Use wp_unslash() or similar510
- Category
- Security
- Occurrences
- 510
- Severity
- warning
Sample message
$_GET[$this->prefix.'login_error'] not unslashed before sanitization. Use wp_unslash() or similar
ERRORMaintainabilitydate datedate() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.421
- Category
- Maintainability
- Occurrences
- 421
- Severity
- error
Sample message
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
ERRORSecuritySQL query is not preparedUse placeholders and $wpdb->prepare(); found $accountKey374
- Category
- Security
- Occurrences
- 374
- Severity
- error
Sample message
Use placeholders and $wpdb->prepare(); found $accountKey
WARNINGSecurityInput is not sanitizedDetected usage of a non-sanitized input variable: $_GET[$this->prefix.'login_error']350
- Category
- Security
- Occurrences
- 350
- Severity
- warning
Sample message
Detected usage of a non-sanitized input variable: $_GET[$this->prefix.'login_error']
ERRORSecurityOutput is not escapedAll output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$admin_url'.240
- Category
- Security
- Occurrences
- 240
- Severity
- error
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$admin_url'.
ERRORI18nMissing Translators CommentA 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.192
- Category
- I18n
- Occurrences
- 192
- 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.
Show 15 moreShow less
ERRORSecurityUnsafe printing function148
- Category
- Security
- Occurrences
- 148
- Severity
- error
Sample message
All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.
ERRORSecurityDatabase parameter is not escaped137
- Category
- Security
- Occurrences
- 137
- Severity
- error
Sample message
Unescaped parameter $alter_sql used in $wpdb->query()\n$alter_sql assigned unsafely at line 690.
WARNINGSecurityNonce verification recommended68
- Category
- Security
- Occurrences
- 68
- Severity
- warning
Sample message
Processing form data without nonce verification.
WARNINGSecurityDatabase parameter is not escaped48
- Category
- Security
- Occurrences
- 48
- Severity
- warning
Sample message
Unescaped parameter $key used in $wpdb->query()\n$key assigned unsafely at line 922.
WARNINGMaintainabilityNot In Footer47
- Category
- Maintainability
- Occurrences
- 47
- 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.
ERRORMaintainabilitywp function not compatible with requires wp47
- Category
- Maintainability
- Occurrences
- 47
- Severity
- error
Sample message
Function "determine_locale()" requires WordPress 5.0.0, but your plugin minimum supported version is WordPress 3.5.0.
ERRORI18nUnordered Placeholders Text32
- Category
- I18n
- Occurrences
- 32
- Severity
- error
Sample message
Multiple placeholders in translatable strings should be ordered. Expected "%1$s, %2$s", but got "%s, %s" in '"%s" and "%s"'.
ERRORMaintainabilitycurl curl setopt28
- Category
- Maintainability
- Occurrences
- 28
- Severity
- error
Sample message
Using cURL functions is highly discouraged. Use wp_remote_get() instead.
ERRORMaintainabilitytimezone change date default timezone set23
- Category
- Maintainability
- Occurrences
- 23
- Severity
- error
Sample message
Using date_default_timezone_set() and similar isn't allowed, instead use WP internal timezone support.
ERRORMaintainabilityNot Allowed13
- Category
- Maintainability
- Occurrences
- 13
- Severity
- error
Sample message
Use of heredoc syntax (<<<) is not allowed; use standard strings or inline HTML instead
WARNINGMaintainabilitySchema Change10
- Category
- Maintainability
- Occurrences
- 10
- Severity
- warning
Sample message
Attempting a database schema change is discouraged.
WARNINGMaintainabilityMissing Version9
- Category
- Maintainability
- Occurrences
- 9
- 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 Text7
- Category
- I18n
- Occurrences
- 7
- Severity
- error
Sample message
The $text parameter must be a single text string literal. Found: '%s:%s ' . $print_am_pm
WARNINGSecurityPlugin menu slug uses __FILE__6
- Category
- Security
- Occurrences
- 6
- Severity
- warning
Sample message
Using __FILE__ for menu slugs risks exposing filesystem structure.
WARNINGMaintainabilityerror log var dump5
- Category
- Maintainability
- Occurrences
- 5
- Severity
- warning
Sample message
var_dump() found. Debug code should not normally be used in production.
External Connections
Not analyzed yet.
Score History
First score snapshot
v1.7.18
25
Latest
- Findings
- 5,677
- Errors
- 1,700
- Warnings
- 3,977
- Check
- 2.0.0
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 25 | 5,677 | 1,700 | 3,977 | v1.7.18 | 2.0.0 |
Relationship Map
Author, categories, issues, domains, and nearby plugins.