Free Appointment Booking Plugin 🗓️ Hourly or full-day bookings, booking management, calendar sync, notifications, 5* support = powerful booking syste …
Prioritized issue groups from the latest Plugin Check scan
Maintainability
3,172
11 issue groups
Security
1,590
10 issue groups
I18n
140
4 issue groups
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$VARS".
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '" <a href='{$skip_url}' class='button button-small button-secondary'>{$use_plugin_anonymously_text}</a>"'.
Sample message
Use of a direct database call is discouraged.
Sample message
Use placeholders and $wpdb->prepare(); found $condition
Sample message
Using date_default_timezone_set() and similar isn't allowed, instead use WP internal timezone support.
Sample message
Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "_fs_text".
Sample message
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "FS_Admin_Menu_Manager".
Sample message
Unescaped parameter $column used in $wpdb->get_results()\n$column used without escaping.
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
$_GET['PayerID'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "DONOTCACHEPAGE".
Sample message
Detected usage of a non-sanitized input variable: $_GET['PayerID']
Sample message
Detected usage of a possibly undefined superglobal array index: $_POST['appointment_id']. Check that the array index exists before using it.
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "before_booking_added".
Sample message
Use placeholders and $wpdb->prepare(); found interpolated variable $cal_new at "ALTER TABLE $cal_table ADD COLUMN `$cal_new` VARCHAR(256)"
Sample message
Missing $domain parameter in function call to __().
Sample message
All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.
Sample message
Mismatched text domain. Expected 'webba-booking-lite' but got "webbab-booking-lite".
Sample message
error_log() found. Debug code should not normally be used in production.
Sample message
Unescaped parameter $cal_table used in $wpdb->get_results()\n$cal_table assigned unsafely at line 235.
Sample message
The $text parameter must be a single text string literal. Found: "Booking reminder to admin" . $pro_version_suffix
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
Attempting a database schema change is discouraged.
Potential connections found in static code analysis.
Outbound calls
217
External assets
2
Incoming endpoints
81
No external asset domains detected.
register_rest_route
register_rest_route
register_rest_route
register_rest_route
register_rest_route
register_rest_route
admin_post
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
8 more hidden
6 score snapshots
v6.4.19
22
Latest
v6.4.17
23
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 22 | 4,997 | 1,617 | 3,380 | v6.4.19 | 2.0.0 |
| 23 | 4,996 | 1,618 | 3,378 | v6.4.17 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.