Booking Package

Booking Package is the simplest solution for integrating an online appointment booking calendar system and event calendar into your WordPress website.

v1.7.18SAASPROJECTUpdated 2026-06-16Added Feb 26, 201810k+ installs80% rating44% support resolved
25
Score
1,700
Errors
3,977
Warnings
+0
Change

Category Scores

Security0
Repo100
Performance100
Maintainability0

Top Issues by Category

security3,745
maintainability1,650
i18n231

Issues Details

5,677 issues found in latest scan

WARNING1,137
WordPress.Security.NonceVerification.Missing

Processing form data without nonce verification.

WARNING727
WordPress.Security.ValidatedSanitizedInput.InputNotValidated

Detected usage of a possibly undefined superglobal array index: $_GET['ical']. Check that the array index exists before using it.

WARNING535
WordPress.DB.DirectDatabaseQuery.DirectQuery

Use of a direct database call is discouraged.

WARNING512
WordPress.DB.DirectDatabaseQuery.NoCaching

Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().

WARNING510
WordPress.Security.ValidatedSanitizedInput.MissingUnslash

$_GET[$this->prefix.'login_error'] not unslashed before sanitization. Use wp_unslash() or similar

ERROR421
WordPress.DateTime.RestrictedFunctions.date_date

date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.

ERROR374
WordPress.DB.PreparedSQL.NotPrepared

Use placeholders and $wpdb->prepare(); found $accountKey

WARNING350
WordPress.Security.ValidatedSanitizedInput.InputNotSanitized

Detected usage of a non-sanitized input variable: $_GET[$this->prefix.'login_error']

ERROR240
WordPress.Security.EscapeOutput.OutputNotEscaped

All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$admin_url'.

ERROR192
WordPress.WP.I18n.MissingTranslatorsComment

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.

ERROR148
WordPress.Security.EscapeOutput.UnsafePrintingFunction

All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.

ERROR137
PluginCheck.Security.DirectDB.UnescapedDBParameter

Unescaped parameter $alter_sql used in $wpdb->query()\n$alter_sql assigned unsafely at line 690.

WARNING68
WordPress.Security.NonceVerification.Recommended

Processing form data without nonce verification.

WARNING48
PluginCheck.Security.DirectDB.UnescapedDBParameter

Unescaped parameter $key used in $wpdb->query()\n$key assigned unsafely at line 922.

WARNING47
WordPress.WP.EnqueuedResourceParameters.NotInFooter

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.

ERROR47
wp_function_not_compatible_with_requires_wp

Function "determine_locale()" requires WordPress 5.0.0, but your plugin minimum supported version is WordPress 3.5.0.

ERROR32
WordPress.WP.I18n.UnorderedPlaceholdersText

Multiple placeholders in translatable strings should be ordered. Expected "%1$s, %2$s", but got "%s, %s" in '"%s" and "%s"'.

ERROR28
WordPress.WP.AlternativeFunctions.curl_curl_setopt

Using cURL functions is highly discouraged. Use wp_remote_get() instead.

ERROR23
WordPress.DateTime.RestrictedFunctions.timezone_change_date_default_timezone_set

Using date_default_timezone_set() and similar isn't allowed, instead use WP internal timezone support.

ERROR13
PluginCheck.CodeAnalysis.Heredoc.NotAllowed

Use of heredoc syntax (<<<) is not allowed; use standard strings or inline HTML instead

WARNING10
WordPress.DB.DirectDatabaseQuery.SchemaChange

Attempting a database schema change is discouraged.

WARNING9
WordPress.WP.EnqueuedResourceParameters.MissingVersion

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.

ERROR7
WordPress.WP.I18n.NonSingularStringLiteralText

The $text parameter must be a single text string literal. Found: '%s:%s ' . $print_am_pm

WARNING6
WordPress.Security.PluginMenuSlug.Using__FILE__

Using __FILE__ for menu slugs risks exposing filesystem structure.

WARNING5
WordPress.PHP.DevelopmentFunctions.error_log_var_dump

var_dump() found. Debug code should not normally be used in production.

Latest Snapshot

Findings

5,677

Errors

1,700

Warnings

3,977

Score History

First score snapshot

First scan completed Jun 20, 2026

v1.7.18 · Plugin Check 2.0.0 · Model 2026.06-mvp-static-v2

Jun 20, 2026

v1.7.18

25

Latest

Findings
5,677
Errors
1,700
Warnings
3,977
Plugin Check
2.0.0
Model
2026.06-mvp-static-v2

Related Plugins