Appointment Hour Booking is a plugin for creating booking forms for appointments with a start time and a defined duration within a schedule.
Category Scores
Issues to Review
Prioritized issue groups from the latest Plugin Check scan
Maintainability
845
15 issue groups
Security
602
9 issue groups
I18n
39
1 issue group
WARNINGMaintainabilityNon-prefixed global variableGlobal variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$Apphb_Signature_obj".374
- Category
- Maintainability
- Occurrences
- 374
- Severity
- warning
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$Apphb_Signature_obj".
WARNINGSecurityNonce verification recommendedProcessing form data without nonce verification.255
- Category
- Security
- Occurrences
- 255
- Severity
- warning
Sample message
Processing form data without nonce verification.
WARNINGSecurityRequest data is not unslashed$_GET[$key] not unslashed before sanitization. Use wp_unslash() or similar118
- Category
- Security
- Occurrences
- 118
- Severity
- warning
Sample message
$_GET[$key] not unslashed before sanitization. Use wp_unslash() or similar
WARNINGSecurityInput is not validatedDetected usage of a possibly undefined superglobal array index: $_GET['sbmi']. Check that the array index exists before using it.91
- Category
- Security
- Occurrences
- 91
- Severity
- warning
Sample message
Detected usage of a possibly undefined superglobal array index: $_GET['sbmi']. Check that the array index exists before using it.
ERRORMaintainabilitydate datedate() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.90
- Category
- Maintainability
- Occurrences
- 90
- Severity
- error
Sample message
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
WARNINGMaintainabilityDirect QueryUse of a direct database call is discouraged.87
- Category
- Maintainability
- Occurrences
- 87
- 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().79
- Category
- Maintainability
- Occurrences
- 79
- Severity
- warning
Sample message
Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().
WARNINGSecurityMissing nonce verificationProcessing form data without nonce verification.74
- Category
- Security
- Occurrences
- 74
- Severity
- warning
Sample message
Processing form data without nonce verification.
WARNINGMaintainabilityNon-prefixed constantGlobal constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "APHOURBK_ELEMENTOR_EDIT_MODE".49
- Category
- Maintainability
- Occurrences
- 49
- Severity
- warning
Sample message
Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "APHOURBK_ELEMENTOR_EDIT_MODE".
ERRORMaintainabilitywp function not compatible with requires wpFunction "esc_textarea()" requires WordPress 3.1.0, but your plugin minimum supported version is WordPress 3.0.5.42
- Category
- Maintainability
- Occurrences
- 42
- Severity
- error
Sample message
Function "esc_textarea()" requires WordPress 3.1.0, but your plugin minimum supported version is WordPress 3.0.5.
Show 15 moreShow less
ERRORI18nNon Singular String Literal Text39
- Category
- I18n
- Occurrences
- 39
- Severity
- error
Sample message
The $text parameter must be a single text string literal. Found: $button_label
WARNINGMaintainabilityMissing Version37
- Category
- Maintainability
- Occurrences
- 37
- 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.
WARNINGSecurityDatabase parameter is not escaped27
- Category
- Security
- Occurrences
- 27
- Severity
- warning
Sample message
Unescaped parameter $cond used in $wpdb->get_results()\n$cond assigned unsafely at line 58.
WARNINGMaintainabilityNon-prefixed function24
- Category
- Maintainability
- Occurrences
- 24
- Severity
- warning
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "_js2PhpTime".
WARNINGMaintainabilityNot In Footer19
- Category
- Maintainability
- Occurrences
- 19
- 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.
ERRORMaintainabilityrand rand18
- Category
- Maintainability
- Occurrences
- 18
- Severity
- error
Sample message
rand() is discouraged. Use the far less predictable wp_rand() instead.
ERRORSecuritySQL query is not prepared13
- Category
- Security
- Occurrences
- 13
- Severity
- error
Sample message
Use placeholders and $wpdb->prepare(); found $events_query
ERRORSecurityUnsafe printing function12
- Category
- Security
- Occurrences
- 12
- Severity
- error
Sample message
All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.
ERRORMaintainabilityNon Enqueued Script9
- Category
- Maintainability
- Occurrences
- 9
- Severity
- error
Sample message
Scripts must be registered/enqueued via wp_enqueue_script()
ERRORSecurityOutput is not escaped8
- Category
- Security
- Occurrences
- 8
- Severity
- error
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$dataoutput'.
WARNINGMaintainabilityNon-prefixed class5
- Category
- Maintainability
- Occurrences
- 5
- Severity
- warning
Sample message
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "Apphb_Signature".
ERRORMaintainabilityNo Explicit Version5
- Category
- Maintainability
- Occurrences
- 5
- Severity
- error
Sample message
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.
WARNINGSecurityInput is not sanitized4
- Category
- Security
- Occurrences
- 4
- Severity
- warning
Sample message
Detected usage of a non-sanitized input variable: $_GET["page"]
ERRORMaintainabilityNon Enqueued Stylesheet4
- Category
- Maintainability
- Occurrences
- 4
- Severity
- error
Sample message
Stylesheets must be registered/enqueued via wp_enqueue_style()
WARNINGMaintainabilityShort URL found3
- Category
- Maintainability
- Occurrences
- 3
- Severity
- warning
Sample message
Short URL detected (goo.gl). Use full URLs instead of URL shorteners.
External Connections
Not analyzed yet.
Score History
First score snapshot
v1.5.84
25
Latest
- Findings
- 1,515
- Errors
- 261
- Warnings
- 1,254
- Check
- 2.0.0
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 25 | 1,515 | 261 | 1,254 | v1.5.84 | 2.0.0 |
Relationship Map
Author, categories, issues, domains, and nearby plugins.