Appointment Booking Calendar is an appointment calendar for accepting online bookings from a set of available time-slots in a calendar.
Prioritized issue groups from the latest Plugin Check scan
Security
774
10 issue groups
Maintainability
586
15 issue groups
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$angle".
Sample message
Detected usage of a possibly undefined superglobal array index: $_GET['paidac']. Check that the array index exists before using it.
Sample message
Processing form data without nonce verification.
Sample message
$_GET[$key] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Use placeholders and $wpdb->prepare(); found $calid
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
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$_SERVER["SERVER_NAME"]'.
Sample message
Detected usage of a non-sanitized input variable: $_GET[$key]
Sample message
Processing form data without nonce verification.
Sample message
Function "esc_textarea()" requires WordPress 3.1.0, but your plugin minimum supported version is WordPress 3.0.5.
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
Unescaped parameter $cond used in $wpdb->get_results()\n$cond assigned unsafely at line 146.
Sample message
rand() is discouraged. Use the far less predictable wp_rand() instead.
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
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "ABC_ELEMENTOR_EDIT_MODE".
Sample message
All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "_cpabc_appointments_get_default_from_email".
Sample message
Using cURL functions is highly discouraged. Use wp_remote_get() instead.
Sample message
Use placeholders and $wpdb->prepare(); found interpolated variable {$name} at "ALTER TABLE {$tab} CHANGE {$name} {$name} {$type} COLLATE `{$target_charset}`"
Sample message
parse_url() is discouraged because of inconsistency in the output across PHP versions; use wp_parse_url() instead.
Sample message
mt_rand() is discouraged. Use the far less predictable wp_rand() instead.
Sample message
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "CP_AppBookingCalendar_Elementor".
Potential connections found in static code analysis.
Outbound calls
164
External assets
1
Incoming endpoints
1
No public endpoints detected.
wp_ajax
3 score snapshots
v1.4.05
25
Latest
v1.4.04
25
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 25 | 1,377 | 328 | 1,049 | v1.4.05 | 2.0.0 |
| 25 | 1,382 | 327 | 1,055 | v1.4.04 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.