Appointment Hour Booking – Booking Calendar

Appointment Hour Booking is a plugin for creating booking forms for appointments with a start time and a defined duration within a schedule.

v1.5.84codepeopleUpdated 2026-06-15Added Dec 9, 201710k+ installs98% rating100% support resolved
25
Score
261
Errors
1,254
Warnings
+0
Change

Category Scores

Security0
Repo100
Performance100
Maintainability0

Top Issues by Category

maintainability845
security602
i18n39

Issues Details

1,515 issues found in latest scan

WARNING374
WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound

Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$Apphb_Signature_obj".

WARNING255
WordPress.Security.NonceVerification.Recommended

Processing form data without nonce verification.

WARNING118
WordPress.Security.ValidatedSanitizedInput.MissingUnslash

$_GET[$key] not unslashed before sanitization. Use wp_unslash() or similar

WARNING91
WordPress.Security.ValidatedSanitizedInput.InputNotValidated

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

ERROR90
WordPress.DateTime.RestrictedFunctions.date_date

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

WARNING87
WordPress.DB.DirectDatabaseQuery.DirectQuery

Use of a direct database call is discouraged.

WARNING79
WordPress.DB.DirectDatabaseQuery.NoCaching

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

WARNING74
WordPress.Security.NonceVerification.Missing

Processing form data without nonce verification.

WARNING49
WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedConstantFound

Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "APHOURBK_ELEMENTOR_EDIT_MODE".

ERROR42
wp_function_not_compatible_with_requires_wp

Function "esc_textarea()" requires WordPress 3.1.0, but your plugin minimum supported version is WordPress 3.0.5.

ERROR39
WordPress.WP.I18n.NonSingularStringLiteralText

The $text parameter must be a single text string literal. Found: $button_label

WARNING37
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.

WARNING27
PluginCheck.Security.DirectDB.UnescapedDBParameter

Unescaped parameter $cond used in $wpdb->get_results()\n$cond assigned unsafely at line 58.

WARNING24
WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedFunctionFound

Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "_js2PhpTime".

WARNING19
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.

ERROR18
WordPress.WP.AlternativeFunctions.rand_rand

rand() is discouraged. Use the far less predictable wp_rand() instead.

ERROR13
WordPress.DB.PreparedSQL.NotPrepared

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

ERROR12
WordPress.Security.EscapeOutput.UnsafePrintingFunction

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

ERROR9
WordPress.WP.EnqueuedResources.NonEnqueuedScript

Scripts must be registered/enqueued via wp_enqueue_script()

ERROR8
WordPress.Security.EscapeOutput.OutputNotEscaped

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

WARNING5
WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedClassFound

Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "Apphb_Signature".

ERROR5
WordPress.WP.EnqueuedResourceParameters.NoExplicitVersion

Version parameter is not explicitly set or has been set to an equivalent of "false" for wp_enqueue_script; This means that the WordPress core version will be used which is not recommended for plugin or theme development.

WARNING4
WordPress.Security.ValidatedSanitizedInput.InputNotSanitized

Detected usage of a non-sanitized input variable: $_GET["page"]

ERROR4
WordPress.WP.EnqueuedResources.NonEnqueuedStylesheet

Stylesheets must be registered/enqueued via wp_enqueue_style()

WARNING3
PluginCheck.CodeAnalysis.ShortURL.Found

Short URL detected (goo.gl). Use full URLs instead of URL shorteners.

Latest Snapshot

Findings

1,515

Errors

261

Warnings

1,254

Score History

First score snapshot

First scan completed Jun 20, 2026

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

Jun 20, 2026

v1.5.84

25

Latest

Findings
1,515
Errors
261
Warnings
1,254
Plugin Check
2.0.0
Model
2026.06-mvp-static-v2

Related Plugins