WordPress Hotel Booking Plugin - A complete hotel booking reservation plugin for WordPress.
Prioritized issue groups from the latest Plugin Check scan
Maintainability
1,308
12 issue groups
Security
806
11 issue groups
I18n
254
2 issue groups
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$adult_qty".
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$adults'.
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "aq_resize".
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "'hb_admin_settings_sections_' . $selected_tab".
Sample message
Mismatched text domain. Expected 'wp-hotel-booking' but got 'learnpress'.
Sample message
All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.
Sample message
$_COOKIE[$this->prefix] not unslashed before sanitization. Use wp_unslash() or similar
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.
Sample message
Processing form data without nonce verification.
Sample message
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
Sample message
Detected usage of a non-sanitized input variable: $_COOKIE[$this->prefix]
Sample message
Use of a direct database call is discouraged.
Sample message
Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().
Sample message
Processing form data without nonce verification.
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
Use placeholders and $wpdb->prepare(); found $query
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.
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.
Sample message
Use placeholders and $wpdb->prepare(); found interpolated variable $comment_meta_tbl at $comment_meta_tbl.comment_id = $comment_tbl.comment_ID WHERE meta_key = 'rating' AND comment_post_ID = %s \n
Sample message
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "AbstractBlockTemplate".
Sample message
strip_tags() is discouraged. Use the more comprehensive wp_strip_all_tags() instead.
Sample message
Detected usage of a possibly undefined superglobal array index: $_POST[$keyPost]. Check that the array index exists before using it.
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '__'.
Sample message
error_log() found. Debug code should not normally be used in production.
Sample message
Unescaped parameter $table used in $wpdb->get_var()\n$table assigned unsafely at line 281.
Potential connections found in static code analysis.
Outbound calls
133
External assets
0
Incoming endpoints
11
No external asset domains detected.
register_rest_route
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
4 score snapshots
v2.3.4
24
Latest
v2.3.3
24
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 24 | 2,433 | 901 | 1,532 | v2.3.4 | 2.0.0 |
| 24 | 2,433 | 901 | 1,532 | v2.3.3 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.