A complete appointment scheduling and booking calendar for WordPress — integrates with WooCommerce, Google Calendar, Zoom, and more.
Prioritized issue groups from the latest Plugin Check scan
Maintainability
560
10 issue groups
Security
307
11 issue groups
I18n
37
4 issue groups
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$Bookmark".
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
$_GET['hash'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Use placeholders and $wpdb->prepare(); found $query
Sample message
Use placeholders and $wpdb->prepare(); found interpolated variable $booking_table at "SELECT $table_name.*, COUNT($booking_table.id) as total_booking, $host_table.first_name as host_first_name, $host_table.last_name as host_last_name FROM $table_name\n
Sample message
Unescaped parameter $booking_table used in $wpdb->get_results()\n$booking_table assigned unsafely at line 176.
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$bookmark['title']'.
Sample message
Attempting a database schema change is discouraged.
Sample message
Using cURL functions is highly discouraged. Use wp_remote_get() instead.
Sample message
Mismatched text domain. Expected 'hydra-booking' but got 'fluent-booking'.
Sample message
Processing form data without nonce verification.
Sample message
Detected usage of a possibly undefined superglobal array index: $_POST['attendee_time_zone']. Check that the array index exists before using it.
Sample message
Detected usage of a non-sanitized input variable: $_GET['code']
Sample message
Detected usage of meta_key, possible slow query.
Sample message
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
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
wp_redirect() found. Using wp_safe_redirect(), along with the "allowed_redirect_hosts" filter if needed, can help avoid any chances of malicious redirects within code. It is also important to remember to call exit() after a redirect so that no other unwanted code is executed.
Sample message
Using cURL functions is highly discouraged. Use wp_remote_get() instead.
Sample message
Using cURL functions is highly discouraged. Use wp_remote_get() instead.
Sample message
Using cURL functions is highly discouraged. Use wp_remote_get() instead.
Sample message
Unescaped parameter $table used in $wpdb->get_results()\n$table assigned unsafely at line 167.
Sample message
Processing form data without nonce verification.
Sample message
The $text parameter must be a single text string literal. Found: 'This is an automated email from ' . get_bloginfo( 'name' ) . ', please do not reply.'
Sample message
load_plugin_textdomain() has been discouraged since WordPress version 4.6. When your plugin is hosted on WordPress.org, you no longer need to manually include this function call for translations under your plugin slug. WordPress will automatically load the translations for you as needed.
Potential connections found in static code analysis.
Outbound calls
167
External assets
1
Incoming endpoints
100
register_rest_route
register_rest_route
register_rest_route
register_rest_route
register_rest_route
register_rest_route
admin_post
admin_post
admin_post
wp_ajax
5 score snapshots
v1.2.3
25
Latest
v1.2.2
25
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 25 | 935 | 233 | 702 | v1.2.3 | 2.0.0 |
| 25 | 934 | 235 | 699 | v1.2.2 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.